diff options
-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 |