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 | 2d5a74bb6766c01c5cd11c34fe096665c2fee659 (patch) | |
tree | 78b6dc55431bf18a57f8111a0d4485712a56b15f /emulators | |
parent | ec165209554681e0f5706c2c9e93afe211babca8 (diff) | |
download | pkgsrc-2d5a74bb6766c01c5cd11c34fe096665c2fee659.tar.gz |
Uses C++.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/swarm/Makefile | 4 |
1 files changed, 3 insertions, 1 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: |