diff options
author | asami <asami@FreeBSD.org> | 1998-11-07 15:42:12 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-07 15:42:12 +0800 |
commit | f0aacbe80c10e8afed1bd6f268117c642b8bae65 (patch) | |
tree | 0f3c1acec5ef90ca3fcc611725ecfc152f81b759 /devel | |
parent | 111014578c45f51319d10764a9f4b66e13c6e125 (diff) | |
download | freebsd-ports-graphics-f0aacbe80c10e8afed1bd6f268117c642b8bae65.tar.gz freebsd-ports-graphics-f0aacbe80c10e8afed1bd6f268117c642b8bae65.tar.zst freebsd-ports-graphics-f0aacbe80c10e8afed1bd6f268117c642b8bae65.zip |
unzip is BUILD_DEPENDS, not FETCH_DEPENDS.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/crossgo32-djgpp2-pdcurses/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/crossgo32-djgpp2-pdcurses/Makefile b/devel/crossgo32-djgpp2-pdcurses/Makefile index c1d680caa5d..3a152b86a2a 100644 --- a/devel/crossgo32-djgpp2-pdcurses/Makefile +++ b/devel/crossgo32-djgpp2-pdcurses/Makefile @@ -4,7 +4,7 @@ # Whom: Joel Sutton <sutton@aardvark.apana.org.au) # FreeBSD Version: 2.2.1-RELEASE # -# $Id: Makefile,v 1.1.1.1 1997/08/13 09:41:02 tg Exp $ +# $Id: Makefile,v 1.2 1997/08/22 11:14:50 asami Exp $ # DISTNAME= pdc22 @@ -16,7 +16,7 @@ EXTRACT_SUFX= .zip MAINTAINER= sutton@aardvark.apana.org.au -FETCH_DEPENDS= unzip:${PORTSDIR}/archivers/zip +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/zip RUN_DEPENDS= i386-go32-gcc:${PORTSDIR}/devel/crossgo32 RUN_DEPENDS= i386-go32-stubify:${PORTSDIR}/devel/crossgo32-djgpp2 |