summaryrefslogtreecommitdiff
path: root/security/ipsec-tools
diff options
context:
space:
mode:
authordillo <dillo>2005-05-31 10:01:36 +0000
committerdillo <dillo>2005-05-31 10:01:36 +0000
commit3d75323aa5391188ab027b2688faacf8286ace0c (patch)
tree54f5cc64fe8b06d4695748b3d5b9967e8c030117 /security/ipsec-tools
parent12f654f60a47071640b457d59c5edb54b8757615 (diff)
downloadpkgsrc-3d75323aa5391188ab027b2688faacf8286ace0c.tar.gz
Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
Diffstat (limited to 'security/ipsec-tools')
-rw-r--r--security/ipsec-tools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile
index 235aab5c644..8c5e1430953 100644
--- a/security/ipsec-tools/Makefile
+++ b/security/ipsec-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/05/10 12:39:28 manu Exp $
+# $NetBSD: Makefile,v 1.16 2005/05/31 10:01:39 dillo Exp $
#
DISTNAME= ipsec-tools-0.6b2
@@ -15,8 +15,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKG_OPTIONS_VAR= PKG_OPTIONS.ipsec-tools
-PKG_DEFAULT_OPTIONS+= radius
-PKG_SUPPORTED_OPTIONS+= radius
+PKG_SUPPORTED_OPTIONS= radius
+PKG_SUGGESTED_OPTIONS= radius
.include "../../mk/bsd.options.mk"