diff options
author | tron <tron@pkgsrc.org> | 1998-06-27 23:02:07 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-06-27 23:02:07 +0000 |
commit | 43db145e6068b99fc246dc3092cd7d4fde84f3f1 (patch) | |
tree | c5b76339d229ebae63d7ff7a568b83fcf195b806 /devel/noweb | |
parent | e4ede7992437e61fec109a0379fe0982564388ff (diff) | |
download | pkgsrc-43db145e6068b99fc246dc3092cd7d4fde84f3f1.tar.gz |
Replace "${BUILD_DEPENDS}" and "${RUN_DEPENDS}" with "${DEPENDS}" and add
"alpha" to "${ONLY_ARCH}", fixes PR pkg/5623 by Tim Rightnour.
Diffstat (limited to 'devel/noweb')
-rw-r--r-- | devel/noweb/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile index 11756b40a22..9f0725a4301 100644 --- a/devel/noweb/Makefile +++ b/devel/noweb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/06/22 11:27:50 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/06/27 23:02:07 tron Exp $ # FreeBSD Id: Makefile,v 1.10 1997/09/15 07:22:06 tg Exp # @@ -6,12 +6,11 @@ DISTNAME= noweb-2.8a CATEGORIES= devel MASTER_SITES= ftp://ftp.cs.virginia.edu/pub/nr/ EXTRACT_SUFX= .tgz -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= alpha i386 MAINTAINER= packages@netbsd.org -BUILD_DEPENDS= icont:../../lang/icon -RUN_DEPENDS= iconx:../../lang/icon +DEPENDS+= icon-9.3.1:../../lang/icon WRKSRC= ${WRKDIR}/src |