diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-06 07:31:56 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-06 07:31:56 +0000 |
commit | 72fde5e7aa7e35d150fe959de505c19061721afc (patch) | |
tree | 7a251b7aa6e06af94e8f3003491bacd2062f0ead /emulators/aranym | |
parent | 3840c86b2093b9b26e081eec4530d83f2fe5109a (diff) | |
download | pkgsrc-72fde5e7aa7e35d150fe959de505c19061721afc.tar.gz |
This needs USE_LANGUAGES=c c++.
Diffstat (limited to 'emulators/aranym')
-rw-r--r-- | emulators/aranym/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/aranym/Makefile b/emulators/aranym/Makefile index cca0f045527..c5e573edcf2 100644 --- a/emulators/aranym/Makefile +++ b/emulators/aranym/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/06 07:28:38 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/07/06 07:31:56 xtraeme Exp $ # DISTNAME= aranym-0.8.8beta @@ -11,6 +11,7 @@ COMMENT= Atari Running on Any Machine USE_BUILDLINK3= yes USE_GNU_TOOLS+= make +USE_LANGUAGES= c c++ USE_X11= yes GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src/Unix |