diff options
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 c1d680caa5d8..3a152b86a2a4 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 |