diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-19 07:03:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-19 07:03:54 +0000 |
commit | 096d3a32d15d90ed44ed5dd4e9ddbdff53a3dd7f (patch) | |
tree | 8b03ab99ccfdc839d085bbdf878aa28765a7fb89 /games/InterLOGIC | |
parent | a637ec35896bb45f172075bbedfe34ecb6808ea6 (diff) | |
download | pkgsrc-096d3a32d15d90ed44ed5dd4e9ddbdff53a3dd7f.tar.gz |
Uses C++.
Diffstat (limited to 'games/InterLOGIC')
-rw-r--r-- | games/InterLOGIC/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/InterLOGIC/Makefile b/games/InterLOGIC/Makefile index 591c18d6a5f..398fbad9795 100644 --- a/games/InterLOGIC/Makefile +++ b/games/InterLOGIC/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/04/17 13:46:28 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2006/05/19 07:03:54 joerg Exp $ # DISTNAME= interLOGIC-src-0.30 @@ -14,6 +14,7 @@ COMMENT= Logic/puzzle game based on the old Amiga game "Balls" WRKSRC= ${WRKDIR}/interlogic USE_PKGLOCALEDIR= yes +USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes |