pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/libgnomeprint
Module Name: pkgsrc
Committed By: gdt
Date: Sat Feb 29 18:06:40 UTC 2020
Modified Files:
pkgsrc/print/libgnomeprint: Makefile
Log Message:
print/libgnomeprint: Bark as BROKEN if cups is requested
To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/print/libgnomeprint/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/libgnomeprint/Makefile
diff -u pkgsrc/print/libgnomeprint/Makefile:1.111 pkgsrc/print/libgnomeprint/Makefile:1.112
--- pkgsrc/print/libgnomeprint/Makefile:1.111 Sun Jan 26 17:32:00 2020
+++ pkgsrc/print/libgnomeprint/Makefile Sat Feb 29 18:06:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.111 2020/01/26 17:32:00 rillig Exp $
+# $NetBSD: Makefile,v 1.112 2020/02/29 18:06:40 gdt Exp $
#
DISTNAME= libgnomeprint-2.18.8
@@ -28,7 +28,8 @@ PKG_SUPPORTED_OPTIONS= cups
PLIST_VARS+= cups
.if !empty(PKG_OPTIONS:Mcups)
-.include "../../print/libgnomecups/buildlink3.mk"
+BROKEN= "libgnomecups with cups depends on libgnomecups which is gone"
+#.include "../../print/libgnomecups/buildlink3.mk"
CONFIGURE_ARGS+= --with-cups
PLIST.cups= yes
.else
Home |
Main Index |
Thread Index |
Old Index