summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortron <tron>1998-06-27 23:02:07 +0000
committertron <tron>1998-06-27 23:02:07 +0000
commit05bc874e09de29aee1df4f7fdca04b8ccfa86fb0 (patch)
treec5b76339d229ebae63d7ff7a568b83fcf195b806 /devel
parenteade814860fc98b4f75a27a14fd5a0a2a1aef3df (diff)
downloadpkgsrc-05bc874e09de29aee1df4f7fdca04b8ccfa86fb0.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')
-rw-r--r--devel/noweb/Makefile7
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