diff options
-rw-r--r-- | print/ghostscript-afpl/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript-afpl/Makefile.inc | 2 | ||||
-rw-r--r-- | print/ghostscript-gnu/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript-gnu/Makefile.inc | 2 | ||||
-rw-r--r-- | print/ghostscript-gpl/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript-gpl/Makefile.inc | 2 | ||||
-rw-r--r-- | print/ghostscript7/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript7/Makefile.inc | 2 | ||||
-rw-r--r-- | print/ghostscript8/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript8/Makefile.inc | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index 05e3b7729fd1..9b0b227576bc 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/Makefile @@ -94,7 +94,7 @@ XCFLAGS+= -DA4 .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-afpl/Makefile.inc b/print/ghostscript-afpl/Makefile.inc index e02450f3d9a3..67d9277aca5e 100644 --- a/print/ghostscript-afpl/Makefile.inc +++ b/print/ghostscript-afpl/Makefile.inc @@ -1,5 +1,5 @@ # $FreeBSD$ GS_VERSION= 8.54 -GS_REVISION= 4 +GS_REVISION= 5 GS_EPOCH= 1 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 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 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 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 |