From e9bd637dd02fcd96b91fb80ba311012435435f6b Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Mon, 9 Sep 2002 18:30:10 +0000 Subject: support appache13-modssl by defining APACHE_PORT in /etc/make.conf others variants of the apache ports can be used too. --- www/mod_ticket/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www/mod_ticket') diff --git a/www/mod_ticket/Makefile b/www/mod_ticket/Makefile index dfe5e5d37a8c..1e1c3ee64562 100644 --- a/www/mod_ticket/Makefile +++ b/www/mod_ticket/Makefile @@ -14,10 +14,11 @@ EXTRACT_SUFX= .c MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 -RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 +BUILD_DEPENDS= ${APXS}:${APACHE_PORT} +RUN_DEPENDS= ${APXS}:${APACHE_PORT} APXS?= ${LOCALBASE}/sbin/apxs +APACHE_PORT?= ${PORTSDIR}/www/apache13 do-extract: ${MKDIR} ${WRKSRC} -- cgit v1.2.3