diff options
author | mm <mm@FreeBSD.org> | 2007-08-04 05:46:53 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-08-04 05:46:53 +0800 |
commit | b1c39ff9b54e22c1095174f32e9b363863615262 (patch) | |
tree | 262e5e461b696a7d640349357afb6d6a80eebe19 /print/ghostscript8 | |
parent | fd094bc6f83b65f676a335bee2e42b4f0ed18b2c (diff) | |
download | freebsd-ports-gnome-b1c39ff9b54e22c1095174f32e9b363863615262.tar.gz freebsd-ports-gnome-b1c39ff9b54e22c1095174f32e9b363863615262.tar.zst freebsd-ports-gnome-b1c39ff9b54e22c1095174f32e9b363863615262.zip |
- Replace USE_XLIB with USE_XORG (xt xext)
- Bump PORTREVISION
Tested by: pointyhat
Thanks to: pav (testing)
Approved by: garga (mentor, implicit)
Diffstat (limited to 'print/ghostscript8')
-rw-r--r-- | print/ghostscript8/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript8/Makefile.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 709e0a743f71..fc8a8a1dd52a 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -74,7 +74,7 @@ MSG_PAPERSIZE= "NOTE: Default paper size will be A4." .if defined(WITHOUT_X11) PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11 .else -USE_XLIB= yes +USE_XORG= xt xext .endif .if defined(WITH_SVGALIB) diff --git a/print/ghostscript8/Makefile.inc b/print/ghostscript8/Makefile.inc index ad82603647e4..456c87aceec1 100644 --- a/print/ghostscript8/Makefile.inc +++ b/print/ghostscript8/Makefile.inc @@ -1,5 +1,5 @@ # $FreeBSD$ GS_VERSION= 8.57 -GS_REVISION= 0 +GS_REVISION= 1 GS_EPOCH= 0 |