diff options
Diffstat (limited to 'print/ghostscript8/files/Makefile.drivers_post')
-rw-r--r-- | print/ghostscript8/files/Makefile.drivers_post | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript8/files/Makefile.drivers_post b/print/ghostscript8/files/Makefile.drivers_post index 5894b9ab4ecb..20e7a086c9f3 100644 --- a/print/ghostscript8/files/Makefile.drivers_post +++ b/print/ghostscript8/files/Makefile.drivers_post @@ -76,8 +76,8 @@ PORT_OPTIONS:= ${PORT_OPTIONS:NGS_${D}} .if defined(_X11_DEVS) USE_XORG= xt xext CONFIGURE_ARGS+=--with-x \ - --x-includes=${X11BASE}/include \ - --x-libraries=${X11BASE}/lib + --x-includes=${LOCALBASE}/include \ + --x-libraries=${LOCALBASE}/lib CONFLICTS_INSTALL+= ghostscript8-nox11-[0-9]* .if ${PORT_OPTIONS:MGTK2} USE_GNOME= atk gdkpixbuf2 glib20 gtk20 |