diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
commit | 343b837340a39a6d3d2f981efb8ce3e49bcd4a6d (patch) | |
tree | 98483f73847a876520440371b7166d66092b9229 /print/ghostscript-afpl | |
parent | 706919336fb84ded602dd1eceaeb77e72a383522 (diff) | |
download | ports-343b837340a39a6d3d2f981efb8ce3e49bcd4a6d.tar.gz ports-343b837340a39a6d3d2f981efb8ce3e49bcd4a6d.zip |
Notes
Diffstat (limited to 'print/ghostscript-afpl')
-rw-r--r-- | print/ghostscript-afpl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index afe277a7f60c..9a5515947f23 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.30 1999/01/13 07:24:57 scrappy Exp $ +# $Id: Makefile,v 1.31 1999/01/21 18:08:50 vanilla Exp $ # DISTNAME= ghostscript-5.50 @@ -21,7 +21,7 @@ Y2K= http://www.cs.wisc.edu/~ghost/aladdin/y2k.html BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ /nonexistent:${PORTSDIR}/graphics/png:extract \ unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png USE_XLIB= yes EXTRACT_ONLY= ${GS_SOURCES} |