diff options
author | rillig <rillig@pkgsrc.org> | 2006-05-22 10:49:48 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-05-22 10:49:48 +0000 |
commit | 413336e880fae76234f7df39b25e080fa12821e0 (patch) | |
tree | 75455a3d0074fe24db366523a0c8f21fb768e791 /games/asc/Makefile | |
parent | c36eec6881461f139049c989142e310b7c6e694c (diff) | |
download | pkgsrc-413336e880fae76234f7df39b25e080fa12821e0.tar.gz |
Needs C and C++.
Diffstat (limited to 'games/asc/Makefile')
-rw-r--r-- | games/asc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile index 54e847c9453..a39bf14d2b5 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/05/21 22:58:23 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2006/05/22 10:49:48 rillig Exp $ DISTNAME= asc-source+music-1.16.3.0 PKGNAME= ${DISTNAME:S/-source+music//} @@ -12,7 +12,7 @@ HOMEPAGE= http://www.asc-hq.org/ COMMENT= Turn based strategy game WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config |