diff options
author | Martin Matuska <mm@FreeBSD.org> | 2007-08-03 21:46:53 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2007-08-03 21:46:53 +0000 |
commit | eedf073f0703afde7b156d800bc1b1748800bb70 (patch) | |
tree | ce49227ada861eb44f7bbce4102be73a94bd3cb5 /print/ghostscript-gpl | |
parent | 563e820784cb3e8f32684e53e0e48506520e7ac2 (diff) |
- Replace USE_XLIB with USE_XORG (xt xext)
- Bump PORTREVISION
Tested by: pointyhat
Thanks to: pav (testing)
Approved by: garga (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=197039
Diffstat (limited to 'print/ghostscript-gpl')
-rw-r--r-- | print/ghostscript-gpl/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript-gpl/Makefile.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 709e0a743f71..fc8a8a1dd52a 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/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/ghostscript-gpl/Makefile.inc b/print/ghostscript-gpl/Makefile.inc index ad82603647e4..456c87aceec1 100644 --- a/print/ghostscript-gpl/Makefile.inc +++ b/print/ghostscript-gpl/Makefile.inc @@ -1,5 +1,5 @@ # $FreeBSD$ GS_VERSION= 8.57 -GS_REVISION= 0 +GS_REVISION= 1 GS_EPOCH= 0 |