diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-21 22:58:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-21 22:58:23 +0000 |
commit | 1602dd134671aa9f72aaee94214d51dffafa33f7 (patch) | |
tree | c3617636165e883b761a1dcb84d137bbf8997345 /games/asc/Makefile | |
parent | 057457ba2eac24facec64b2f6a435e21160d5ebc (diff) | |
download | pkgsrc-1602dd134671aa9f72aaee94214d51dffafa33f7.tar.gz |
USE_LANGUAGES=c++
Diffstat (limited to 'games/asc/Makefile')
-rw-r--r-- | games/asc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile index 2b532fcb8f3..54e847c9453 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/04/17 13:46:24 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2006/05/21 22:58:23 wiz Exp $ DISTNAME= asc-source+music-1.16.3.0 PKGNAME= ${DISTNAME:S/-source+music//} @@ -12,6 +12,7 @@ HOMEPAGE= http://www.asc-hq.org/ COMMENT= Turn based strategy game WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +USE_LANGUAGES= c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config |