diff options
author | obrien <obrien@FreeBSD.org> | 2001-06-20 13:11:51 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-06-20 13:11:51 +0800 |
commit | 77a9f05c946b041031a4f5d99d1eeb6310fe10a3 (patch) | |
tree | a3bea088e2b762ec57694db7c5e1b5e62805ef60 /print | |
parent | dfd2505936d7e0336fbe11944be9dbb3cac28ddd (diff) | |
download | freebsd-ports-gnome-77a9f05c946b041031a4f5d99d1eeb6310fe10a3.tar.gz freebsd-ports-gnome-77a9f05c946b041031a4f5d99d1eeb6310fe10a3.tar.zst freebsd-ports-gnome-77a9f05c946b041031a4f5d99d1eeb6310fe10a3.zip |
Make executive decision. `pkg_add -r ghostscript' will get you
version 6.x.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-gnu/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript55/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript7/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index e5476b2dda13..91ee9a48b617 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/Makefile @@ -24,6 +24,8 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/jpeg:extract \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png +NO_LATEST_LINK= "Older version." + WRKSRC= ${WRKDIR}/gs5.50 USE_XLIB= yes diff --git a/print/ghostscript55/Makefile b/print/ghostscript55/Makefile index e5476b2dda13..91ee9a48b617 100644 --- a/print/ghostscript55/Makefile +++ b/print/ghostscript55/Makefile @@ -24,6 +24,8 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/jpeg:extract \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png +NO_LATEST_LINK= "Older version." + WRKSRC= ${WRKDIR}/gs5.50 USE_XLIB= yes diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index e5476b2dda13..91ee9a48b617 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -24,6 +24,8 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/jpeg:extract \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png +NO_LATEST_LINK= "Older version." + WRKSRC= ${WRKDIR}/gs5.50 USE_XLIB= yes |