summaryrefslogtreecommitdiff
path: root/www/mod_bunzip2/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-07 09:12:58 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-07 09:12:58 +0000
commitf4d7c801f854ff4fad4642d62b23bae798962615 (patch)
treeeee60e8fb7c2a2d1bf0636dd8288df46aee9e9bb /www/mod_bunzip2/Makefile
parentAdd dependency on correct DocBook. (diff)
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex
Notes
Notes: svn path=/head/; revision=93294
Diffstat (limited to 'www/mod_bunzip2/Makefile')
-rw-r--r--www/mod_bunzip2/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/www/mod_bunzip2/Makefile b/www/mod_bunzip2/Makefile
index 0e913808dcee..a3ada8e41267 100644
--- a/www/mod_bunzip2/Makefile
+++ b/www/mod_bunzip2/Makefile
@@ -13,13 +13,9 @@ DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Apache module for server-side decompression of bzip2 files
-BUILD_DEPENDS= ${APXS}:${APACHE_PORT}
-RUN_DEPENDS= ${APXS}:${APACHE_PORT}
-
+USE_APACHE= yes
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-2
-APXS?= ${LOCALBASE}/sbin/apxs
-APACHE_PORT?= ${PORTSDIR}/www/apache13
do-build:
cd ${WRKSRC}; ${APXS} -c -lbz2 mod_bunzip2.c