diff options
-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 |