diff options
author | dholland <dholland@pkgsrc.org> | 2016-08-02 16:56:32 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2016-08-02 16:56:32 +0000 |
commit | cd3ddf28cbb26f62d155864242445f13b0464331 (patch) | |
tree | bdd4c23c353fc6377010c1c986475a19a26386d2 | |
parent | 72966d351acd7e1cd28f7b5fbd964680e904b49c (diff) | |
download | pkgsrc-cd3ddf28cbb26f62d155864242445f13b0464331.tar.gz |
Check the right options name. From Edgar Fuss.
-rw-r--r-- | net/freeDiameter/options.mk | 4 |
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 |