diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2007-08-20 09:07:18 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2007-08-20 09:07:18 +0800 |
commit | c64abe9b7ac14788e04b3e548a7a4f5ff2d31d84 (patch) | |
tree | 02ace7a26a17aaea8325ae0021166e439d27f1ed /security | |
parent | 06667c4047cff4882785436103402ae8a23dc8fc (diff) | |
download | freebsd-ports-gnome-c64abe9b7ac14788e04b3e548a7a4f5ff2d31d84.tar.gz freebsd-ports-gnome-c64abe9b7ac14788e04b3e548a7a4f5ff2d31d84.tar.zst freebsd-ports-gnome-c64abe9b7ac14788e04b3e548a7a4f5ff2d31d84.zip |
Revert removing USE_AUTOTOOLS.
Diffstat (limited to 'security')
-rw-r--r-- | security/racoon2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile index 092bb4666e22..44899f801518 100644 --- a/security/racoon2/Makefile +++ b/security/racoon2/Makefile @@ -18,6 +18,7 @@ COMMENT= Racoon2 IPsec daemon USE_RC_SUBR= YES USE_OPENSSL= YES +USE_AUTOTOOLS= autoconf:259 CONFIGURE_TARGET= GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${LOCALBASE}/etc |