aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript9
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2011-06-20 18:57:14 +0000
committerHiroki Sato <hrs@FreeBSD.org>2011-06-20 18:57:14 +0000
commit15c088992b2febdba1d18ee1e99463775334fbaf (patch)
treeabd84e987b636e4aa5655e470f2fca2fa09bf07a /print/ghostscript9
parent9020c49ddd345e8889953659bf6ff27012f05d37 (diff)
downloadports-15c088992b2febdba1d18ee1e99463775334fbaf.tar.gz
ports-15c088992b2febdba1d18ee1e99463775334fbaf.zip
Update CONFLICTS lines.
PR: ports/158028
Notes
Notes: svn path=/head/; revision=275918
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 56ed7f83123e..de2a6737be06 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)