From d10fc2abda95f241dc7c7fd4436cd6264da8d6be Mon Sep 17 00:00:00 2001 From: Munechika SUMIKAWA Date: Wed, 17 Apr 2013 05:45:56 +0000 Subject: Use yacc in system default. Feature safe: yes --- security/racoon2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security') 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 -- cgit