diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libjit/Makefile | 3 | ||||
-rw-r--r-- | devel/tpasm/Makefile | 3 |
2 files changed, 4 insertions, 2 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 diff --git a/devel/tpasm/Makefile b/devel/tpasm/Makefile index a5d136e651e..1336e35324d 100644 --- a/devel/tpasm/Makefile +++ b/devel/tpasm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:29:30 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/06/06 15:09:17 joerg Exp $ # DISTNAME= tpasm1.0r @@ -13,6 +13,7 @@ HOMEPAGE= http://www.sqt.com/ COMMENT= Assembler for 6805, 68HC11, 6502, Surplus, 8051, Z80, PIC, and AVR WRKSRC= ${WRKDIR}/tpasm +USE_LANGUAGES= c++ USE_TOOLS+= gmake INSTALLATION_DIRS= bin |