pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt4-libs



Module Name:    pkgsrc
Committed By:   richard
Date:           Tue Aug 30 08:00:14 UTC 2016

Modified Files:
        pkgsrc/x11/qt4-libs: options.mk

Log Message:
revert hasty cups15->cups options.mk change


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/qt4-libs/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/x11/qt4-libs/options.mk
diff -u pkgsrc/x11/qt4-libs/options.mk:1.7 pkgsrc/x11/qt4-libs/options.mk:1.8
--- pkgsrc/x11/qt4-libs/options.mk:1.7  Tue Aug 30 07:58:27 2016
+++ pkgsrc/x11/qt4-libs/options.mk      Tue Aug 30 08:00:14 2016
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2016/08/30 07:58:27 richard Exp $
+# $NetBSD: options.mk,v 1.8 2016/08/30 08:00:14 richard Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.qt4
 PKG_SUPPORTED_OPTIONS= cups debug gtk2
@@ -6,7 +6,7 @@ PKG_SUPPORTED_OPTIONS=  cups debug gtk2
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mcups)
-.  include "../../print/cups/buildlink3.mk"
+.  include "../../print/cups15/buildlink3.mk"
 CONFIGURE_ARGS+=       -cups
 .else
 CONFIGURE_ARGS+=       -no-cups



Home | Main Index | Thread Index | Old Index