diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2020-07-29 10:44:32 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2020-07-29 10:44:32 +0000 |
commit | 04ac3ccca74de90f78e639e97a267c0b69cd8c48 (patch) | |
tree | 3582d7181dd40d68089a9859d2da3a1e8f38bcc3 /print | |
parent | abae0d2e85f50b3f8d0547f10eff6491fe749e94 (diff) | |
download | pkgsrc-04ac3ccca74de90f78e639e97a267c0b69cd8c48.tar.gz |
Enable cups option by default and pull in libcups instead of cups-base.
Bump pkg revision.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-agpl/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript-agpl/options.mk | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/print/ghostscript-agpl/Makefile b/print/ghostscript-agpl/Makefile index b330e316868..681f78fad6e 100644 --- a/print/ghostscript-agpl/Makefile +++ b/print/ghostscript-agpl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.55 2020/05/22 10:56:34 adam Exp $ +# $NetBSD: Makefile,v 1.56 2020/07/29 10:44:32 jmcneill Exp $ DISTNAME= ghostscript-${GS_VERSION} PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/} GITHUB_PROJECT= ghostpdl-downloads diff --git a/print/ghostscript-agpl/options.mk b/print/ghostscript-agpl/options.mk index 7eddc7e5973..076b372281c 100644 --- a/print/ghostscript-agpl/options.mk +++ b/print/ghostscript-agpl/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.7 2020/05/23 12:16:49 gdt Exp $ +# $NetBSD: options.mk,v 1.8 2020/07/29 10:44:32 jmcneill Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ghostscript PKG_SUPPORTED_OPTIONS= x11 cups debug fontconfig disable-compile-inits utf8 -PKG_SUGGESTED_OPTIONS= x11 fontconfig +PKG_SUGGESTED_OPTIONS= x11 cups fontconfig .include "../../mk/bsd.options.mk" @@ -30,7 +30,7 @@ CONFIGURE_ARGS+= --enable-cups # SUBST_FILES.cupsetc= cups/cups.mak # SUBST_SED.cupsetc= -e 's|$$(CUPSSERVERROOT)|${CUPS_EGDIR}|g' -.include "../../print/cups-base/buildlink3.mk" +.include "../../print/libcups/buildlink3.mk" .else CONFIGURE_ARGS+= --disable-cups .endif |