summaryrefslogtreecommitdiff
path: root/devel/subversion/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'devel/subversion/Makefile.common')
-rw-r--r--devel/subversion/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common
index 5caccd93386..86f3b3fdac9 100644
--- a/devel/subversion/Makefile.common
+++ b/devel/subversion/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2005/05/22 05:37:44 jlam Exp $
+# $NetBSD: Makefile.common,v 1.20 2005/05/23 22:58:26 epg Exp $
DISTNAME= subversion-${SVNVER}
CATEGORIES= devel
@@ -25,6 +25,8 @@ CONFIGURE_ARGS+= --with-apr-util=${BUILDLINK_PREFIX.apr}
CONFIGURE_ARGS+= --with-neon=${BUILDLINK_PREFIX.neon}
CONFIGURE_ARGS+= --with-ssl
+MAKE_FLAGS+= SWIG_LIBSWIG_DIR=${BUILDLINK_DIR}/share/swig/1.3
+
BUILDLINK_DEPENDS.subversion-base= subversion-base>=${SVNVER}
.include "../../devel/gettext-lib/buildlink3.mk"