diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-11-23 23:11:40 +0100 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-11-23 23:11:40 +0100 |
commit | 5933ac0b099d61d98eb531d373cf57a8927bc7af (patch) | |
tree | fc0ebf2ac7225dec2aa7f2a7b0efbb91919c1030 /print/ghostscript8-base | |
parent | lang/guile2: define _WITH_CPU_SET_T to fix build on -CURRENT (diff) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
Diffstat (limited to 'print/ghostscript8-base')
-rw-r--r-- | print/ghostscript8-base/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/ghostscript8-base/Makefile b/print/ghostscript8-base/Makefile index a86a7bf4220a..a9760c0792ff 100644 --- a/print/ghostscript8-base/Makefile +++ b/print/ghostscript8-base/Makefile @@ -27,11 +27,11 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/fonts/a010013l.pfb:print/gsfonts CONFLICTS_INSTALL= \ - gambc-[0-9]* \ - ghostscript[789]-[0-9]* \ - ghostscript[789]-nox11-[0-9]* \ - ghostscript9-agpl-[0-9]* \ - ghostscript9-agpl-nox11-[0-9]* + gambc \ + ghostscript[789] \ + ghostscript[789]-nox11 \ + ghostscript9-agpl \ + ghostscript9-agpl-nox11 USES= autoreconf cpe gmake pkgconfig shebangfix tar:xz USE_LDCONFIG= yes |