diff options
author | rillig <rillig> | 2007-11-20 22:11:50 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-11-20 22:11:50 +0000 |
commit | 5a567eb70a4530de729aeb426c32ee80cc243456 (patch) | |
tree | f1693cdc180721fcc88eb7978e5f1d9b9a790325 /lang | |
parent | 5e51cb2a03e3871073b55e1a7e2081a1d5db8bf0 (diff) | |
download | pkgsrc-5a567eb70a4530de729aeb426c32ee80cc243456.tar.gz |
Not for Solaris.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/brandybasic/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/brandybasic/Makefile b/lang/brandybasic/Makefile index e86b63ef2eb..a61f4e2fe42 100644 --- a/lang/brandybasic/Makefile +++ b/lang/brandybasic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/10/04 21:46:12 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2007/11/20 22:11:50 rillig Exp $ # DISTNAME= b116 @@ -13,6 +13,8 @@ MAINTAINER= abs@NetBSD.org HOMEPAGE= http://jaguar.orpheusweb.co.uk/branpage.html COMMENT= Brandy Basic V interpreter - Acorn ARM Computers BASIC dialect +NOT_FOR_PLATFORM= SunOS-*-* # needs porting + WRKSRC= ${WRKDIR}/brandy-1.0.16 DOCDIR= ${PREFIX}/share/doc/brandy EXAMPLEDIR= ${PREFIX}/share/examples/brandy |