svn commit: r315928 - head/security/racoon2
Munechika SUMIKAWA
sumikawa at FreeBSD.org
Wed Apr 17 05:45:56 UTC 2013
Author: sumikawa
Date: Wed Apr 17 05:45:56 2013
New Revision: 315928
URL: http://svnweb.freebsd.org/changeset/ports/315928
Log:
Use yacc in system default.
Feature safe: yes
Modified:
head/security/racoon2/Makefile
Modified: head/security/racoon2/Makefile
==============================================================================
--- head/security/racoon2/Makefile Wed Apr 17 04:59:32 2013 (r315927)
+++ head/security/racoon2/Makefile Wed Apr 17 05:45:56 2013 (r315928)
@@ -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
More information about the svn-ports-all
mailing list