aboutsummaryrefslogtreecommitdiffstats
path: root/print/ghostscript9
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2011-06-21 02:57:14 +0800
committerhrs <hrs@FreeBSD.org>2011-06-21 02:57:14 +0800
commite0b5da83dfa7459838a3667165a36fa5107cc2d4 (patch)
tree73bd758317e326f74bc971b667cd52061ae3e462 /print/ghostscript9
parent7e0fbb3fa2d793ec6273491fe484f2c7eb79ef5f (diff)
downloadfreebsd-ports-graphics-e0b5da83dfa7459838a3667165a36fa5107cc2d4.tar.gz
freebsd-ports-graphics-e0b5da83dfa7459838a3667165a36fa5107cc2d4.tar.zst
freebsd-ports-graphics-e0b5da83dfa7459838a3667165a36fa5107cc2d4.zip
Update CONFLICTS lines.
PR: ports/158028
Diffstat (limited to 'print/ghostscript9')
-rw-r--r--print/ghostscript9/files/Makefile.drivers_post4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript9/files/Makefile.drivers_post b/print/ghostscript9/files/Makefile.drivers_post
index 56ed7f83123..de2a6737be0 100644
--- a/print/ghostscript9/files/Makefile.drivers_post
+++ b/print/ghostscript9/files/Makefile.drivers_post
@@ -118,7 +118,7 @@ X11BITS= ""
CONFIGURE_ARGS+=--with-x \
--x-includes=${X11BASE}/include \
--x-libraries=${X11BASE}/lib
-CONFLICTS+= ghostscript9-nox11-[0-9]*
+CONFLICTS_INSTALL+= ghostscript9-nox11-[0-9]*
.if defined(WITH_GTK)
USE_GNOME= atk gdkpixbuf glib20 gtk20
CONFIGURE_ARGS+=--enable-gtk
@@ -128,7 +128,7 @@ CONFIGURE_ARGS+=--disable-gtk
.else # defined(_X11_DEVS)
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11
CONFIGURE_ARGS+=--without-x --disable-gtk
-CONFLICTS+= ghostscript9-[0-9]*
+CONFLICTS_INSTALL+= ghostscript9-[0-9]*
X11BITS= "@comment "
.endif # defined(_X11_DEVS)