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/ghostscript7 | |
parent | - Update to 1.2 (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/ghostscript7')
-rw-r--r-- | print/ghostscript7/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript7/Makefile.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index 73b461e9d6b8..573527954776 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -94,7 +94,7 @@ XCFLAGS+= -DA4 PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11 CONFLICTS+= ghostscript-gnu-[0-9]* .else -USE_XLIB= yes +USE_XORG= xt xext CONFLICTS+= ghostscript-gnu-nox11-* .endif diff --git a/print/ghostscript7/Makefile.inc b/print/ghostscript7/Makefile.inc index 75f780ce68ea..a301750aef0d 100644 --- a/print/ghostscript7/Makefile.inc +++ b/print/ghostscript7/Makefile.inc @@ -1,5 +1,5 @@ # $FreeBSD$ GS_VERSION= 7.07 -GS_REVISION= 16 +GS_REVISION= 17 GS_EPOCH= 0 |