summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/subversion-base/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/subversion-base/Makefile b/devel/subversion-base/Makefile
index 8dd81d5314f..ece55070d9e 100644
--- a/devel/subversion-base/Makefile
+++ b/devel/subversion-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/03/08 00:15:53 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2004/03/24 02:33:20 jlam Exp $
PKGNAME= subversion-base-${SVNVER}
COMMENT= Version control system, base programs and libraries
@@ -7,6 +7,9 @@ PLIST_SUBST+= INSTALL_INFO=${INSTALL_INFO}
.include "../subversion/Makefile.common"
+CONFIGURE_ARGS+= --without-apache
+CONFIGURE_ARGS+= --without-apxs
+
post-patch:
${SED} -e 's|@BUILDLINK_PREFIX.db4@|${BUILDLINK_PREFIX.db4}|g' \
< ${WRKSRC}/tools/backup/hot-backup.py.in \