diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 09:12:58 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 09:12:58 +0000 |
commit | f4d7c801f854ff4fad4642d62b23bae798962615 (patch) | |
tree | eee60e8fb7c2a2d1bf0636dd8288df46aee9e9bb /devel/subversion-freebsd | |
parent | 2e8e10b527cd18511e4bd6a598f05050d4190015 (diff) | |
download | ports-f4d7c801f854ff4fad4642d62b23bae798962615.tar.gz ports-f4d7c801f854ff4fad4642d62b23bae798962615.zip |
Notes
Diffstat (limited to 'devel/subversion-freebsd')
-rw-r--r-- | devel/subversion-freebsd/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/subversion-freebsd/Makefile b/devel/subversion-freebsd/Makefile index 70f816d31f53..38d186d09a34 100644 --- a/devel/subversion-freebsd/Makefile +++ b/devel/subversion-freebsd/Makefile @@ -33,7 +33,6 @@ MANCOMPRESSED= no .include <bsd.port.pre.mk> 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 |