summaryrefslogtreecommitdiff
path: root/devel/subversion/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-03 02:44:49 +0000
committerwiz <wiz>2002-10-03 02:44:49 +0000
commit9f8b5a1835f2313130815700712efefcd179119a (patch)
tree0fd73d9ab4b29c242dc5ab13e5179ad73860dc56 /devel/subversion/Makefile
parenta447a102ab9e03401e4a820594d0b7941eb55674 (diff)
downloadpkgsrc-9f8b5a1835f2313130815700712efefcd179119a.tar.gz
Use autoconf.mk.
Diffstat (limited to 'devel/subversion/Makefile')
-rw-r--r--devel/subversion/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile
index dcc221bd47d..4581c3d785b 100644
--- a/devel/subversion/Makefile
+++ b/devel/subversion/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/08/03 15:49:23 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 2002/10/03 02:44:49 wiz Exp $
DISTNAME= subversion-r2667
PKGNAME= subversion-0.2667
@@ -9,19 +9,19 @@ MAINTAINER= joelw@unix.se
HOMEPAGE= http://subversion.tigris.org
COMMENT= Version control system, meant to replace CVS
-BUILD_DEPENDS= autoconf>=2.50:../../devel/autoconf-devel
-BUILD_DEPENDS+= libtool-base>=1.4:../../devel/libtool-base
DEPENDS= db4>=4.0.14:../../databases/db4
DEPENDS+= neon>=0.21.3:../../www/neon
DEPENDS+= apr-[0-9]*:../../devel/apr-devel
DEPENDS+= python22-[0-9]*:../../lang/python22
+AUTOCONF_REQD= 2.50
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ssl
CONFIGURE_ARGS+= --with-berkeley-db=${LOCALBASE}/include/db4:${LOCALBASE}
CONFIGURE_ARGS+= --with-neon=${LOCALBASE}
CONFIGURE_ARGS+= --with-apr=${LOCALBASE}
CONFIGURE_ARGS+= --with-apr-util=${LOCALBASE}
+USE_LIBTOOL= YES
PLIST_SUBST+= INSTALL_INFO=${INSTALL_INFO}
INFO_FILES+= svn-design.info
@@ -36,5 +36,6 @@ post-extract:
pre-configure:
cd ${WRKSRC} && ${SH} ./autogen.sh
+.include "../../mk/autoconf.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"