diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-11 02:59:20 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-11 02:59:20 +0000 |
commit | 028edff22e4244bac15d71e0e6d1ce599ce6364b (patch) | |
tree | 5c27371086fea9221ac804a08fdba381aaa5226f /print/ghostscript8 | |
parent | d2a574cd84beadb78b14387a431e343f53019089 (diff) | |
download | ports-028edff22e4244bac15d71e0e6d1ce599ce6364b.tar.gz ports-028edff22e4244bac15d71e0e6d1ce599ce6364b.zip |
Notes
Diffstat (limited to 'print/ghostscript8')
-rw-r--r-- | print/ghostscript8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 82f4e8d01f94..08b5950c0020 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -35,7 +35,7 @@ EXTRACT_ONLY= ${GS_SOURCES} MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/jpeg:extract -LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/gs${PORTVERSION} ALL_TARGET= all pcl3opts escputil |