summaryrefslogtreecommitdiff
path: root/net/freeDiameter/options.mk
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2016-08-02 16:56:32 +0000
committerdholland <dholland@pkgsrc.org>2016-08-02 16:56:32 +0000
commitcd3ddf28cbb26f62d155864242445f13b0464331 (patch)
treebdd4c23c353fc6377010c1c986475a19a26386d2 /net/freeDiameter/options.mk
parent72966d351acd7e1cd28f7b5fbd964680e904b49c (diff)
downloadpkgsrc-cd3ddf28cbb26f62d155864242445f13b0464331.tar.gz
Check the right options name. From Edgar Fuss.
Diffstat (limited to 'net/freeDiameter/options.mk')
-rw-r--r--net/freeDiameter/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/freeDiameter/options.mk b/net/freeDiameter/options.mk
index ade2320ae78..e3a7c184e5e 100644
--- a/net/freeDiameter/options.mk
+++ b/net/freeDiameter/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2012/08/25 22:39:23 dholland Exp $
+# $NetBSD: options.mk,v 1.3 2016/08/02 16:56:32 dholland Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.freeDiameter
PKG_SUPPORTED_OPTIONS= freediameter-all-extensions
@@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS= freediameter-all-extensions
PLIST_VARS+= ext
-.if !empty(PKG_OPTIONS:Mall-extensions)
+.if !empty(PKG_OPTIONS:Mfreediameter-all-extensions)
# enable all except debugging and test
#CMAKE_ARGS+= -DALL_EXTENSIONS:BOOL=ON
CMAKE_ARGS+= -DBUILD_APP_ACCT:BOOL=ON