From f4d7c801f854ff4fad4642d62b23bae798962615 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Fri, 7 Nov 2003 09:12:58 +0000 Subject: Use the new Apache bits from bsd.port.mk. Submitted by: dinoex --- devel/subversion/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'devel/subversion/Makefile') diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index 70f816d31f53..38d186d09a34 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -33,7 +33,6 @@ MANCOMPRESSED= no .include SVNREPOS?= /home/svn/repos -APXS= ${LOCALBASE}/sbin/apxs .if defined(WITH_MOD_DAV_SVN) WITH_APACHE2_APR= yes @@ -48,9 +47,9 @@ SVNGROUP?= svn .endif .if defined(WITH_APACHE2_APR) -APACHE2_PORT?= ${PORTSDIR}/www/apache2 -BUILD_DEPENDS+= ${APXS}:${APACHE2_PORT} -RUN_DEPENDS+= ${APXS}:${APACHE2_PORT} +APACHE2_PORT?= www/apache2 +BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE2_PORT} +RUN_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE2_PORT} CONFIGURE_ARGS+=--with-apr=${LOCALBASE}/lib/apache2/apr-config \ --with-apr-util=${LOCALBASE}/lib/apache2/apu-config .else -- cgit v1.2.3