diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2013-04-17 05:45:56 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2013-04-17 05:45:56 +0000 |
commit | d10fc2abda95f241dc7c7fd4436cd6264da8d6be (patch) | |
tree | b03c0ca1043c7d1d0faaedf22d31fd6b7fe6a3a0 /security/racoon2 | |
parent | 79f052a3f76cebc0abea8b31098bc56d63e8117a (diff) | |
download | ports-d10fc2abda95f241dc7c7fd4436cd6264da8d6be.tar.gz ports-d10fc2abda95f241dc7c7fd4436cd6264da8d6be.zip |
Notes
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 e2805be7a577..41e67bd1cac6 100644 --- a/security/racoon2/Makefile +++ b/security/racoon2/Makefile @@ -7,7 +7,7 @@ PORTNAME= racoon2 PORTVERSION= 20100526a -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security net ipv6 MASTER_SITES= ftp://ftp.racoon2.wide.ad.jp/pub/racoon2/ EXTRACT_SUFX= .tgz @@ -21,6 +21,7 @@ USE_OPENSSL= YES USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/racoon2 +CONFIGURE_ENV= YACC=/usr/bin/yacc OPTIONS= KINK "enable KINK support" off |