aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript9/files
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-06-24 21:53:38 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-06-24 21:53:38 +0000
commit44fa80481074cd35888ebc22004934733aaa2124 (patch)
treeebb174ef89b9e34586ae4d8ddc7b865c01f4f6e3 /print/ghostscript9/files
parentdfd4a6d526d47b10c07449bd7c58b70acf01fcb7 (diff)
downloadports-44fa80481074cd35888ebc22004934733aaa2124.tar.gz
ports-44fa80481074cd35888ebc22004934733aaa2124.zip
s/X11BASE/LOCALBASE/, or equivalent.
The X11BASE variable is long gone, however these ports were not updated.
Notes
Notes: svn path=/head/; revision=299908
Diffstat (limited to 'print/ghostscript9/files')
-rw-r--r--print/ghostscript9/files/Makefile.drivers_post4
-rw-r--r--print/ghostscript9/files/patch-base-devs.mak2
2 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript9/files/Makefile.drivers_post b/print/ghostscript9/files/Makefile.drivers_post
index 05862e73424f..2f947d23ad18 100644
--- a/print/ghostscript9/files/Makefile.drivers_post
+++ b/print/ghostscript9/files/Makefile.drivers_post
@@ -77,8 +77,8 @@ PORT_OPTIONS:= ${PORT_OPTIONS:NGS_${D}}
USE_XORG= xt xext
X11BITS= ""
CONFIGURE_ARGS+=--with-x \
- --x-includes=${X11BASE}/include \
- --x-libraries=${X11BASE}/lib
+ --x-includes=${LOCALBASE}/include \
+ --x-libraries=${LOCALBASE}/lib
CONFLICTS_INSTALL+= ghostscript9-nox11-[0-9]*
.if ${PORT_OPTIONS:MGTK2}
USE_GNOME= atk gdkpixbuf2 glib20 gtk20
diff --git a/print/ghostscript9/files/patch-base-devs.mak b/print/ghostscript9/files/patch-base-devs.mak
index 70fd478e9212..706e86737cbe 100644
--- a/print/ghostscript9/files/patch-base-devs.mak
+++ b/print/ghostscript9/files/patch-base-devs.mak
@@ -18,7 +18,7 @@
$(GLOBJ)X11.so : $(x11alt_) $(x11_)
- $(CCLD) $(LDFLAGS) -shared -o $(GLOBJ)X11.so $(x11alt_) $(x11_) -L/usr/X11R6/lib -lXt -lSM -lICE -lXext -lX11 $(XLIBDIRS)
-+ $(CCLD) $(LDFLAGS) -shared -o $(GLOBJ)X11.so $(x11alt_) $(x11_) -L$(X11BASE)/lib -lXt -lSM -lICE -lXext -lX11 $(XLIBDIRS)
++ $(CCLD) $(LDFLAGS) -shared -o $(GLOBJ)X11.so $(x11alt_) $(x11_) -L$(LOCALBASE)/lib -lXt -lSM -lICE -lXext -lX11 $(XLIBDIRS)
###### --------------- Memory-buffered printer devices --------------- ######