diff options
author | obache <obache> | 2006-09-30 13:43:52 +0000 |
---|---|---|
committer | obache <obache> | 2006-09-30 13:43:52 +0000 |
commit | 4e63fa5619f569b1ea8b3bc5b93d7605c4a8dcd4 (patch) | |
tree | d6d76acbe8efccfb4181a8e6f4150db3cbe7e02e /lang | |
parent | 88316725b703eb9d2f7dfdaa3c3af63532f3bf0b (diff) | |
download | pkgsrc-4e63fa5619f569b1ea8b3bc5b93d7605c4a8dcd4.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'lang')
-rw-r--r-- | lang/parrot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index e7990a64a92..27194a9b25b 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/02/18 22:17:12 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2006/09/30 13:43:52 obache Exp $ # DISTNAME= parrot-0.4.1 @@ -10,6 +10,7 @@ MAINTAINER= debolaz@gmail.com HOMEPAGE= http://www.parrotcode.org/ COMMENT= Virtual machine made to run Perl 6 and other languages +USE_LANGUAGES= c c++ USE_TOOLS+= perl PTHREAD_OPTS+= require BUILD_TARGET= world |