diff options
author | jtb <jtb> | 2003-04-05 14:38:09 +0000 |
---|---|---|
committer | jtb <jtb> | 2003-04-05 14:38:09 +0000 |
commit | 37a905e66c4ba0c3320ed908092f76c39a66b5eb (patch) | |
tree | f2f1b1914c32a590608d2a4ec612f9f669401d22 /devel | |
parent | b986333d42c3cb654329c872e7b68243adbe1118 (diff) | |
download | pkgsrc-37a905e66c4ba0c3320ed908092f76c39a66b5eb.tar.gz |
Remove ONLY_FOR_PLATFORM line. It works on any platform
supported by lang/icon.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/noweb/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile index e1b6846c068..4c2d1af02ac 100644 --- a/devel/noweb/Makefile +++ b/devel/noweb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2003/03/29 12:40:35 jmmv Exp $ +# $NetBSD: Makefile,v 1.25 2003/04/05 14:38:09 jtb Exp $ # FreeBSD Id: Makefile,v 1.10 1997/09/15 07:22:06 tg Exp # @@ -15,8 +15,6 @@ COMMENT= Simple, extensible literate-programming tool DEPENDS= icon>=9.3:../../lang/icon -ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-i386 NetBSD-*-sparc - .include "../../mk/bsd.prefs.mk" .if ${OPSYS} != "SunOS" |