diff options
Diffstat (limited to 'print/ghostscript-gnu')
-rw-r--r-- | print/ghostscript-gnu/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript-gnu/Makefile.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index 73b461e9d6b8..573527954776 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/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/ghostscript-gnu/Makefile.inc b/print/ghostscript-gnu/Makefile.inc index 75f780ce68ea..a301750aef0d 100644 --- a/print/ghostscript-gnu/Makefile.inc +++ b/print/ghostscript-gnu/Makefile.inc @@ -1,5 +1,5 @@ # $FreeBSD$ GS_VERSION= 7.07 -GS_REVISION= 16 +GS_REVISION= 17 GS_EPOCH= 0 |