diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-24 18:53:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-24 18:53:53 +0000 |
commit | da732bd61def1059dcd817d2627d088a9057c061 (patch) | |
tree | c938ce3d208da2547f9b23b9577fa2cec5984d84 /games | |
parent | 348bdec2988ed6835ff03dad8a2a5fba82fd1013 (diff) | |
download | pkgsrc-da732bd61def1059dcd817d2627d088a9057c061.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'games')
-rw-r--r-- | games/gltron/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gltron/Makefile b/games/gltron/Makefile index 1259786f7b4..52111fca699 100644 --- a/games/gltron/Makefile +++ b/games/gltron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/04/17 13:46:28 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2006/05/24 18:53:53 wiz Exp $ # DISTNAME= gltron-0.70-source @@ -12,6 +12,7 @@ HOMEPAGE= http://gltron.sourceforge.net/ COMMENT= 3D lightcycle game inspired by the movie Tron WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +USE_LANGUAGES= c c++ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --disable-warn |