aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2013-04-17 13:45:56 +0800
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2013-04-17 13:45:56 +0800
commitd10fc2abda95f241dc7c7fd4436cd6264da8d6be (patch)
treeb03c0ca1043c7d1d0faaedf22d31fd6b7fe6a3a0 /security
parent79f052a3f76cebc0abea8b31098bc56d63e8117a (diff)
downloadfreebsd-ports-gnome-d10fc2abda95f241dc7c7fd4436cd6264da8d6be.tar.gz
freebsd-ports-gnome-d10fc2abda95f241dc7c7fd4436cd6264da8d6be.tar.zst
freebsd-ports-gnome-d10fc2abda95f241dc7c7fd4436cd6264da8d6be.zip
Use yacc in system default.
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r--security/racoon2/Makefile3
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