diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-06-24 21:53:38 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-06-24 21:53:38 +0000 |
commit | 44fa80481074cd35888ebc22004934733aaa2124 (patch) | |
tree | ebb174ef89b9e34586ae4d8ddc7b865c01f4f6e3 /print/ghostscript9 | |
parent | dfd4a6d526d47b10c07449bd7c58b70acf01fcb7 (diff) | |
download | ports-44fa80481074cd35888ebc22004934733aaa2124.tar.gz ports-44fa80481074cd35888ebc22004934733aaa2124.zip |
Notes
Diffstat (limited to 'print/ghostscript9')
-rw-r--r-- | print/ghostscript9/files/Makefile.drivers_post | 4 | ||||
-rw-r--r-- | print/ghostscript9/files/patch-base-devs.mak | 2 |
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 --------------- ###### |