diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-15 21:00:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-15 21:00:13 +0000 |
commit | ebd301959740b6954934cd3d4f2c3c3f698bd9ee (patch) | |
tree | edb635a63124bbef6b24570cd14576e5af373255 /games/urban | |
parent | a3411e9f24ae80194333064a7671f9459a41f2aa (diff) | |
download | pkgsrc-ebd301959740b6954934cd3d4f2c3c3f698bd9ee.tar.gz |
Uses C++.
Diffstat (limited to 'games/urban')
-rw-r--r-- | games/urban/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/urban/Makefile b/games/urban/Makefile index ada1b3d921e..60625e2e85e 100644 --- a/games/urban/Makefile +++ b/games/urban/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/29 22:41:01 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2006/05/15 21:07:59 joerg Exp $ # DISTNAME= urban-1.5.3 @@ -13,6 +13,7 @@ COMMENT= U.R.B.A.N The Cyborg Project PTHREAD_AUTO_VARS= yes GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} post-install: |