diff options
author | gdt <gdt@pkgsrc.org> | 2020-02-29 18:06:40 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2020-02-29 18:06:40 +0000 |
commit | badef88cd7417e7b486c0f888a5816dc0814e7e1 (patch) | |
tree | b36322272eb1d45c4abcc021af883c6c7d1a597c /print | |
parent | 17f666ef3f77db486c16352424334ff6682d84eb (diff) | |
download | pkgsrc-badef88cd7417e7b486c0f888a5816dc0814e7e1.tar.gz |
print/libgnomeprint: Bark as BROKEN if cups is requested
Diffstat (limited to 'print')
-rw-r--r-- | print/libgnomeprint/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 3f573e63b28..70e718e8552 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -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 |