diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-09-04 14:57:14 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-09-04 14:57:14 +0000 |
commit | d804b6a8d2fbd4902c8ec907539ddc9ed435730b (patch) | |
tree | 3c28b81693d4e6a460bbb7fa97bae55b126f23a2 /print/ghostscript7 | |
parent | 482da630e9044e32a00b494e342794ac1996da90 (diff) |
Notes
Diffstat (limited to 'print/ghostscript7')
-rw-r--r-- | print/ghostscript7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index 070fee810522..47b90eaebe70 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/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.9 1997/09/02 16:48:55 andreas Exp $ +# $Id: Makefile,v 1.10 1997/09/03 06:57:04 andreas Exp $ # DISTNAME= ghostscript-5.03 @@ -17,7 +17,7 @@ MAINTAINER= andreas@FreeBSD.org BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg \ /nonexistent:${PORTSDIR}/graphics/png \ - unzip:${PORTSDIR}/archiver/unzip + unzip:${PORTSDIR}/archivers/unzip DEPENDS_TARGET= extract MAKE_ENV= PORTSDIR=${PORTSDIR} |