diff options
author | dougb <dougb@FreeBSD.org> | 2012-06-25 05:53:38 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-06-25 05:53:38 +0800 |
commit | 2c31cf01f2df98206684cc980aacec3c320afe63 (patch) | |
tree | 5a62e2ae61ed69e5a67710dc8015be9ddbfcff77 /print/ghostscript9 | |
parent | ab3be06dd1e9329e9c4f6ec4ed6743bf26687f2e (diff) | |
download | freebsd-ports-graphics-2c31cf01f2df98206684cc980aacec3c320afe63.tar.gz freebsd-ports-graphics-2c31cf01f2df98206684cc980aacec3c320afe63.tar.zst freebsd-ports-graphics-2c31cf01f2df98206684cc980aacec3c320afe63.zip |
s/X11BASE/LOCALBASE/, or equivalent.
The X11BASE variable is long gone, however these ports were not updated.
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 05862e73424..2f947d23ad1 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 70fd478e921..706e86737cb 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 --------------- ###### |