pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/freeDiameter Check the right options name. From Ed...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f4b97f36023
branches:  trunk
changeset: 350674:2f4b97f36023
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Tue Aug 02 16:56:32 2016 +0000

description:
Check the right options name. From Edgar Fuss.

diffstat:

 net/freeDiameter/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b008cb5349b3 -r 2f4b97f36023 net/freeDiameter/options.mk
--- a/net/freeDiameter/options.mk       Tue Aug 02 13:57:59 2016 +0000
+++ b/net/freeDiameter/options.mk       Tue Aug 02 16:56:32 2016 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index