diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-10-13 11:22:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-10-13 11:22:43 +0000 |
commit | d5b682dfb30ed2dbc3d461c401945128601fdc94 (patch) | |
tree | 313b4f9588fcd0a26b372f88d43a01dd67dbe5ee /print/ghostscript-gnu | |
parent | 25fafdca3388f40284d7f8804f5f74d434383748 (diff) | |
download | ports-d5b682dfb30ed2dbc3d461c401945128601fdc94.tar.gz ports-d5b682dfb30ed2dbc3d461c401945128601fdc94.zip |
Notes
Diffstat (limited to 'print/ghostscript-gnu')
-rw-r--r-- | print/ghostscript-gnu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index 379d17543711..159c6edd9d16 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/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.12 1997/10/04 14:53:04 andreas Exp $ +# $Id: Makefile,v 1.13 1997/10/09 21:04:40 andreas Exp $ # DISTNAME= ghostscript-5.03 @@ -15,8 +15,8 @@ DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ MAINTAINER= andreas@FreeBSD.ORG -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg \ - /nonexistent:${PORTSDIR}/graphics/png \ +BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ + /nonexistent:${PORTSDIR}/graphics/png:extract \ unzip:${PORTSDIR}/archivers/unzip MAKE_ENV= PORTSDIR=${PORTSDIR} |