View | Details | Raw Unified | Return to bug 110552
Collapse All | Expand All

(-)/usr/ports/www/horde-meta/Makefile (-1 / +11 lines)
Lines 30-36 Link Here
30
		JETA "Java SSH Applets" off	\
30
		JETA "Java SSH Applets" off	\
31
		HPASSWD "Password Changing Module" off	\
31
		HPASSWD "Password Changing Module" off	\
32
		VACATION "Vacation & Auto Respond" off	\
32
		VACATION "Vacation & Auto Respond" off	\
33
		TREAN "Bookmark Manager" off
33
		TREAN "Bookmark Manager" off	\
34
		NIC "Network Monitor" off	\
35
		ANSEL "Photo Gallery" off
34
36
35
.include <bsd.port.pre.mk>
37
.include <bsd.port.pre.mk>
36
38
Lines 86-91 Link Here
86
88
87
.if defined(WITH_TREAN)
89
.if defined(WITH_TREAN)
88
RUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/trean/data.php:${PORTSDIR}/www/horde-trean
90
RUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/trean/data.php:${PORTSDIR}/www/horde-trean
91
.endif
92
93
.if defined(WITH_NIC)
94
RUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/nic/status.php:${PORTSDIR}/net-mgmt/horde-nic
95
.endif
96
97
.if defined(WITH_ANSEL)
98
RUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/ansel/gallery.php:${PORTSDIR}/www/horde-ansel
89
.endif
99
.endif
90
100
91
post-configure:
101
post-configure:

Return to bug 110552