diff options
author | gdt <gdt@pkgsrc.org> | 2019-03-17 18:29:40 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2019-03-17 18:29:40 +0000 |
commit | fd196a076102d2ac3e7ac5bdb1c95f635ffc721e (patch) | |
tree | f8366ed5c5b1baebd2b6b630a2a50e4dbef63959 /print/ghostscript-gpl | |
parent | fd2c603d56a8ea381529e14bc9c98251806a1636 (diff) | |
download | pkgsrc-fd196a076102d2ac3e7ac5bdb1c95f635ffc721e.tar.gz |
print/ghostscript-gpl: Remove ancient CONFLICTS
The CONFLICTS are packages that were removed in 2006 and 2010. In
addition CONFLICTS is not necessary if they both have bin/gs.
Diffstat (limited to 'print/ghostscript-gpl')
-rw-r--r-- | print/ghostscript-gpl/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index cdfb8731ab0..e3c56365098 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2019/03/17 18:20:14 gdt Exp $ +# $NetBSD: Makefile,v 1.48 2019/03/17 18:29:40 gdt Exp $ DISTNAME= ghostscript-${GS_VERSION} PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-gpl/} @@ -19,13 +19,6 @@ LICENSE= gnu-gpl-v3 DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts -CONFLICTS+= ghostscript-afpl-[0-9]* -# To avoid flag from pkglint -CONFLICTS+= ghostscript-esp-[0-9]* -CONFLICTS+= ghostscript-esp-nox11-[0-9]* -CONFLICTS+= ghostscript-gnu-x11-[0-9]* -CONFLICTS+= ghostscript-gnu-nox11-[0-9]* - USE_LANGUAGES+= c c++ USE_TOOLS+= gmake perl:run lex pkg-config GNU_CONFIGURE= yes |