aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-06-25 05:53:38 +0800
committerdougb <dougb@FreeBSD.org>2012-06-25 05:53:38 +0800
commit2c31cf01f2df98206684cc980aacec3c320afe63 (patch)
tree5a62e2ae61ed69e5a67710dc8015be9ddbfcff77 /print
parentab3be06dd1e9329e9c4f6ec4ed6743bf26687f2e (diff)
downloadfreebsd-ports-gnome-2c31cf01f2df98206684cc980aacec3c320afe63.tar.gz
freebsd-ports-gnome-2c31cf01f2df98206684cc980aacec3c320afe63.tar.zst
freebsd-ports-gnome-2c31cf01f2df98206684cc980aacec3c320afe63.zip
s/X11BASE/LOCALBASE/, or equivalent.
The X11BASE variable is long gone, however these ports were not updated.
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript7/Makefile4
-rw-r--r--print/ghostscript8/files/Makefile.drivers_post4
-rw-r--r--print/ghostscript8/files/patch-base-devs.mak2
-rw-r--r--print/ghostscript9/files/Makefile.drivers_post4
-rw-r--r--print/ghostscript9/files/patch-base-devs.mak2
5 files changed, 8 insertions, 8 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile
index c4579ab79739..be9b36843e37 100644
--- a/print/ghostscript7/Makefile
+++ b/print/ghostscript7/Makefile
@@ -128,8 +128,8 @@ LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib
. endif
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+= ghostscript7-nox11-[0-9]*
.else
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11
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
diff --git a/print/ghostscript8/files/patch-base-devs.mak b/print/ghostscript8/files/patch-base-devs.mak
index 70fd478e9212..706e86737cbe 100644
--- a/print/ghostscript8/files/patch-base-devs.mak
+++ b/print/ghostscript8/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 --------------- ######
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 --------------- ######