diff options
Diffstat (limited to 'devel/libjit')
-rw-r--r-- | devel/libjit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libjit/Makefile b/devel/libjit/Makefile index a4c4d635bdf..f767b8c0221 100644 --- a/devel/libjit/Makefile +++ b/devel/libjit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/31 05:37:08 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/06/06 14:56:51 joerg Exp $ # DISTNAME= libjit-0.0.4 @@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.southern-storm.com.au/libjit.html COMMENT= Just-In-Time compilation functionality +USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake makeinfo GNU_CONFIGURE= yes |