pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/freeDiameter



Module Name:    pkgsrc
Committed By:   dholland
Date:           Tue Aug  2 16:56:32 UTC 2016

Modified Files:
        pkgsrc/net/freeDiameter: options.mk

Log Message:
Check the right options name. From Edgar Fuss.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/freeDiameter/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/freeDiameter/options.mk
diff -u pkgsrc/net/freeDiameter/options.mk:1.2 pkgsrc/net/freeDiameter/options.mk:1.3
--- pkgsrc/net/freeDiameter/options.mk:1.2      Sat Aug 25 22:39:23 2012
+++ pkgsrc/net/freeDiameter/options.mk  Tue Aug  2 16:56:32 2016
@@ -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-
 
 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