summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-07 07:42:12 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-07 07:42:12 +0000
commitd826b2cf9f74111d2d66bbc81f82f557ef32fd9a (patch)
treed00cab72941566bb35f3cd2ea442c4282a1d2c5a /devel
parentManpages already listed in Makefile. (diff)
unzip is BUILD_DEPENDS, not FETCH_DEPENDS.
Notes
Notes: svn path=/head/; revision=14388
Diffstat (limited to 'devel')
-rw-r--r--devel/crossgo32-djgpp2-pdcurses/Makefile4
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