diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 14:47:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 14:47:56 +0000 |
commit | e2e772bd2a05dbea3f10c78e5504928abed0cef3 (patch) | |
tree | 84704dd6fb215720ec4ec01d578e92a2738dde94 /lang/spl | |
parent | 7f0013425a8ef2145b3064b2bd9bfc7e29e09ceb (diff) |
Notes
Diffstat (limited to 'lang/spl')
-rw-r--r-- | lang/spl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/spl/Makefile b/lang/spl/Makefile index 1f4af346cc91..9c344705bb00 100644 --- a/lang/spl/Makefile +++ b/lang/spl/Makefile @@ -10,8 +10,7 @@ MASTER_SITES= http://shakespearelang.sourceforge.net/download/ MAINTAINER= ports@FreeBSD.org COMMENT= The Shakespeare programming language -USES= bison -USE_GMAKE= yes +USES= bison gmake ALL_EXAMPLES= Makefile fibonacci.spl fibonacci2.spl guess.spl hello.spl \ primes.spl reverse.spl shakesbeer.spl |