diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-12-13 20:04:01 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-12-13 20:04:01 +0000 |
commit | f830909ab58d44e5dbc7ec467c7f92849b38eb1c (patch) | |
tree | b317d8665708fc38faf39c8544a3af8f4069a77c /security/ipsec-tools/Makefile | |
parent | 761d966221c67d2f39ae9ef5f708d1810e4c3ef2 (diff) |
Update to 0.6.4
PR: 90326
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=151115
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 |