diff options
Diffstat (limited to 'print/ghostscript9/files/Makefile.drivers_post')
-rw-r--r-- | print/ghostscript9/files/Makefile.drivers_post | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/ghostscript9/files/Makefile.drivers_post b/print/ghostscript9/files/Makefile.drivers_post index f742282848d3..8a99e84be0c5 100644 --- a/print/ghostscript9/files/Makefile.drivers_post +++ b/print/ghostscript9/files/Makefile.drivers_post @@ -114,10 +114,11 @@ WITH_GS_${D}=yes .if defined(_X11_DEVS) USE_XORG= xt xext +X11BITS= "" CONFIGURE_ARGS+=--with-x \ --x-includes=${X11BASE}/include \ --x-libraries=${X11BASE}/lib -CONFLICTS+= ghostscript8-nox11-[0-9]* +CONFLICTS+= ghostscript9-nox11-[0-9]* .if defined(WITH_GTK) USE_GNOME= atk gdkpixbuf glib20 gtk20 CONFIGURE_ARGS+=--enable-gtk @@ -127,7 +128,8 @@ CONFIGURE_ARGS+=--disable-gtk .else # defined(_X11_DEVS) PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11 CONFIGURE_ARGS+=--without-x --disable-gtk -CONFLICTS+= ghostscript8-[0-9]* +CONFLICTS+= ghostscript9-[0-9]* +X11BITS= "@comment " .endif # defined(_X11_DEVS) # iconv specific |