diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /security/racoon2 | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) | |
download | ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Notes
Notes:
svn path=/head/; revision=261230
Diffstat (limited to 'security/racoon2')
-rw-r--r-- | security/racoon2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile index 0b2a92cf5566..6ba001f688e9 100644 --- a/security/racoon2/Makefile +++ b/security/racoon2/Makefile @@ -7,6 +7,7 @@ PORTNAME= racoon2 PORTVERSION= 20100526a +PORTREVISION= 1 CATEGORIES= security net ipv6 MASTER_SITES= ftp://ftp.racoon2.wide.ad.jp/pub/racoon2/ EXTRACT_SUFX= .tgz @@ -17,7 +18,7 @@ COMMENT= Racoon2 IPsec daemon USE_RC_SUBR= YES USE_OPENSSL= YES -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/racoon2 |