summaryrefslogtreecommitdiff
path: root/security/libksba
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-01-20 11:54:29 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-01-20 11:54:29 +0000
commitb0ef0361cc34af6920d31aae7854e282a8c3afa7 (patch)
tree9414faa42a21cabb8484c82ade5c3852c5fab7f8 /security/libksba
parentAdd plone 1.0 RC1, a user friendly implementation of the CMF written on (diff)
Add USE_AUTOCONF_VER instead of BUILD_DEPENDS
Add USE_PERL5_BUILD. That hopefully fixes the problems with autom4te Reported by: bento (via kris)
Notes
Notes: svn path=/head/; revision=73648
Diffstat (limited to 'security/libksba')
-rw-r--r--security/libksba/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/security/libksba/Makefile b/security/libksba/Makefile
index 597f9acc7b91..0b65cef161b3 100644
--- a/security/libksba/Makefile
+++ b/security/libksba/Makefile
@@ -15,15 +15,11 @@ MASTER_SITES= http://gd.tuwien.ac.at/privacy/gnupg/alpha/aegypten/ \
MAINTAINER= arved@FreeBSD.org
-BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
-
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-GNU_CONFIGURE= yes
-
-pre-configure:
- @cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf
+USE_AUTOCONF_VER= 253
+USE_PERL5_BUILD= yes
.include <bsd.port.mk>