diff options
author | arved <arved@FreeBSD.org> | 2003-01-20 11:54:29 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-01-20 11:54:29 +0000 |
commit | 8680e3785ed6b55fa258989016e74f6d7bcbdaba (patch) | |
tree | 2709e5914a5a5747c2fc016ca0de09abd685d6c6 /security | |
parent | c393743073b159773bb420811492297cba8bce80 (diff) | |
download | FreeBSD-ports-8680e3785ed6b55fa258989016e74f6d7bcbdaba.zip FreeBSD-ports-8680e3785ed6b55fa258989016e74f6d7bcbdaba.tar.gz |
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')
-rw-r--r-- | security/libksba/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/libksba/Makefile b/security/libksba/Makefile index 597f9ac..0b65cef 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> |