diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-06 14:56:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-06 14:56:20 +0000 |
commit | 25020695c08c46417b890ec4e950d67c69bed90a (patch) | |
tree | a9396ae7fb541c3fe53a1a40638d64f1414cb0c9 /devel/libjit/Makefile | |
parent | b3b9fb6516341d7e0997532375ab8c8f8b0d165f (diff) | |
download | pkgsrc-25020695c08c46417b890ec4e950d67c69bed90a.tar.gz |
Uses C++.
Diffstat (limited to 'devel/libjit/Makefile')
-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 |