diff options
author | grant <grant@pkgsrc.org> | 2004-06-15 13:10:12 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-15 13:10:12 +0000 |
commit | b81f30845b3cadd5f771cfa715ec5b3484258478 (patch) | |
tree | 5fd4d3f718d894677daaab59ed575d9cf0e15ede /games/nighthawk | |
parent | 0df169ec31b571139034a67678d67e044c782ad8 (diff) | |
download | pkgsrc-b81f30845b3cadd5f771cfa715ec5b3484258478.tar.gz |
this uses a c and c++ compiler.
Diffstat (limited to 'games/nighthawk')
-rw-r--r-- | games/nighthawk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nighthawk/Makefile b/games/nighthawk/Makefile index 534fcff1e91..1938378c43e 100644 --- a/games/nighthawk/Makefile +++ b/games/nighthawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/03/10 03:27:01 snj Exp $ +# $NetBSD: Makefile,v 1.18 2004/06/15 13:10:12 grant Exp $ # DISTNAME= nighthawk-2.1 @@ -17,6 +17,7 @@ COMMENT= C64 Paradroid clone WRKSRC= ${WRKDIR}/nighthawk USE_BUILDLINK3= YES USE_GNU_TOOLS+= make +USE_LANGUAGES= c c++ USE_X11= YES post-build: |