diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-20 19:54:29 +0800 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-20 19:54:29 +0800 |
commit | b0ef0361cc34af6920d31aae7854e282a8c3afa7 (patch) | |
tree | 9414faa42a21cabb8484c82ade5c3852c5fab7f8 /security | |
parent | 9ece6fadfed55444a012c6e9a2a9734f232a7d8e (diff) | |
download | freebsd-ports-gnome-b0ef0361cc34af6920d31aae7854e282a8c3afa7.tar.gz freebsd-ports-gnome-b0ef0361cc34af6920d31aae7854e282a8c3afa7.tar.zst freebsd-ports-gnome-b0ef0361cc34af6920d31aae7854e282a8c3afa7.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')
-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 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> |