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

(-)Makefile (-1 / +6 lines)
Lines 21-33 Link Here
21
		CVSUP "Use cvsup for updates" Off
21
		CVSUP "Use cvsup for updates" Off
22
22
23
NO_BUILD=	yes
23
NO_BUILD=	yes
24
USE_APACHE=	1.3+
25
SUB_FILES=	pkg-message
24
SUB_FILES=	pkg-message
26
PKGMESSAGE=	${WRKDIR}/pkg-message
25
PKGMESSAGE=	${WRKDIR}/pkg-message
27
26
28
MAN1=		tc-configCcache.1 tc-configDistfile.1 tc-configGet.1 \
27
MAN1=		tc-configCcache.1 tc-configDistfile.1 tc-configGet.1 \
29
		tc-configJail.1 tc-configTinderd.1 tc-init.1
28
		tc-configJail.1 tc-configTinderd.1 tc-init.1
30
29
30
.if defined(WITH_APACHE)
31
USE_APACHE=	1.3+
32
.elif defined(WITH_LIGHTTPD)
33
RUN_DEPENDS+=	lighttpd:${PORTSDIR}/www/lighttpd
34
.endif
35
31
.include <bsd.port.pre.mk>
36
.include <bsd.port.pre.mk>
32
37
33
.if defined(WITHOUT_PGSQL) && defined(WITHOUT_MYSQL)
38
.if defined(WITHOUT_PGSQL) && defined(WITHOUT_MYSQL)

Return to bug 105259