diff options
author | Cy Schubert <cy@FreeBSD.org> | 2016-04-15 14:22:02 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2016-04-15 14:22:02 +0000 |
commit | 80bd4ac891578510eebe8180dc2a3a569565d8a0 (patch) | |
tree | 71b09ab3360efc5a09bdedbe6f6b55542bb82f49 /security | |
parent | 91829784291632eb305cbc69b4485af4e3bd046c (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/racoon2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile index 837cce0387a7..d3fbd1b9a9b4 100644 --- a/security/racoon2/Makefile +++ b/security/racoon2/Makefile @@ -3,7 +3,7 @@ PORTNAME= racoon2 PORTVERSION= 20100526a -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security net ipv6 MASTER_SITES= ftp://ftp.racoon2.wide.ad.jp/pub/racoon2/ @@ -18,7 +18,7 @@ USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${STAGEDIR}${PREFIX} CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/racoon2 -CONFIGURE_ENV= YACC=/usr/bin/yacc +CONFIGURE_ENV= YACC=/usr/bin/yacc perl_bindir=${LOCALBASE}/bin/perl5 OPTIONS_DEFINE= KINK DOCS KINK_DESC= Enable KINK support |