aboutsummaryrefslogtreecommitdiffstats
path: root/security/libksba
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-01-20 19:54:29 +0800
committerarved <arved@FreeBSD.org>2003-01-20 19:54:29 +0800
commit8680e3785ed6b55fa258989016e74f6d7bcbdaba (patch)
tree2709e5914a5a5747c2fc016ca0de09abd685d6c6 /security/libksba
parentc393743073b159773bb420811492297cba8bce80 (diff)
downloadfreebsd-ports-gnome-8680e3785ed6b55fa258989016e74f6d7bcbdaba.tar.gz
freebsd-ports-gnome-8680e3785ed6b55fa258989016e74f6d7bcbdaba.tar.zst
freebsd-ports-gnome-8680e3785ed6b55fa258989016e74f6d7bcbdaba.zip
Add USE_AUTOCONF_VER instead of BUILD_DEPENDS
Add USE_PERL5_BUILD. That hopefully fixes the problems with autom4te Reported by: bento (via kris)
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>