diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-01 21:02:01 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-01 21:02:01 +0000 |
commit | d9ce311b74e325c3084209029af4dd9bbefd250e (patch) | |
tree | 78b6dc55431bf18a57f8111a0d4485712a56b15f | |
parent | 14fd0b2dfdcfb8997d8b71f6bf87b9737887d4f7 (diff) | |
download | pkgsrc-d9ce311b74e325c3084209029af4dd9bbefd250e.tar.gz |
Uses C++.
-rw-r--r-- | emulators/swarm/Makefile | 4 | ||||
-rw-r--r-- | lang/wsbasic/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/emulators/swarm/Makefile b/emulators/swarm/Makefile index cb9c1d3f654..3eb9eadde9f 100644 --- a/emulators/swarm/Makefile +++ b/emulators/swarm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/11/03 21:51:57 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2006/06/01 21:02:01 joerg Exp $ # DISTNAME= swarm-0.61 @@ -12,6 +12,8 @@ COMMENT= Software arm7M core emulator WRKSRC= ${WRKDIR}/swarm BUILD_DIRS= src +USE_LANGUAGES= c++ + INSTALLATION_DIRS= bin do-install: diff --git a/lang/wsbasic/Makefile b/lang/wsbasic/Makefile index eb30680e99c..8bdaa6b1b91 100644 --- a/lang/wsbasic/Makefile +++ b/lang/wsbasic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/12/13 12:15:16 ghen Exp $ +# $NetBSD: Makefile,v 1.4 2006/06/01 21:03:43 joerg Exp $ DISTNAME= wsbasic-1_2_5 PKGNAME= ${DISTNAME:S/_/./g} @@ -9,6 +9,8 @@ MAINTAINER= ghen@NetBSD.org HOMEPAGE= http://wsbasic.sourceforge.net/ COMMENT= Simple BASIC interpreter +USE_LANGUAGES= c++ + SUBST_CLASSES+= interpreter SUBST_STAGE.interpreter= pre-install SUBST_FILES.interpreter= scripts/*.b |