diff options
Diffstat (limited to 'print/ghostscript9/files/Makefile.drivers_post')
-rw-r--r-- | print/ghostscript9/files/Makefile.drivers_post | 4 |
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) |