diff options
author | mnag <mnag@FreeBSD.org> | 2005-12-14 04:04:01 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-12-14 04:04:01 +0800 |
commit | c2b2517991df6c94baad2963598de7cee8a6efb9 (patch) | |
tree | 8e4ee140b2472c251b8ee4451f63075d3d9f7df5 /security/ipsec-tools/Makefile | |
parent | 56498570ca276a332fb16a2c8a15626b65955cb2 (diff) | |
download | freebsd-ports-gnome-c2b2517991df6c94baad2963598de7cee8a6efb9.tar.gz freebsd-ports-gnome-c2b2517991df6c94baad2963598de7cee8a6efb9.tar.zst freebsd-ports-gnome-c2b2517991df6c94baad2963598de7cee8a6efb9.zip |
Update to 0.6.4
PR: 90326
Submitted by: maintainer
Diffstat (limited to 'security/ipsec-tools/Makefile')
-rw-r--r-- | security/ipsec-tools/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile index 076a8e1cd705..b6349896d638 100644 --- a/security/ipsec-tools/Makefile +++ b/security/ipsec-tools/Makefile @@ -11,7 +11,7 @@ # - $LOCALBASE/sbin/setkey Vs /usr/sbin/setkey PORTNAME= ipsec-tools -PORTVERSION= 0.6.3 +PORTVERSION= 0.6.4 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ipsec-tools @@ -29,11 +29,12 @@ WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS+=--enable-debug --enable-dpd --enable-natt=kernel \ +LDFLAGS= -L${LOCALBASE}/lib +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --enable-debug --enable-dpd --enable-natt=kernel \ --enable-frag --enable-ipv6 --enable-shared \ --sysconfdir=${PREFIX}/etc/racoon \ - --with-pkgversion=freebsd-${PORTVERSION} \ + --with-pkgversion=freebsd-${PORTVERSION} MAN3= ipsec_set_policy.3 ipsec_strerror.3 MAN5= racoon.conf.5 |