diff options
author | joerg <joerg> | 2006-05-15 21:00:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-15 21:00:13 +0000 |
commit | 26798d0581804855eb6e26400a4bb98f50f0319a (patch) | |
tree | edb635a63124bbef6b24570cd14576e5af373255 /games/wxhugo | |
parent | 5e6933cbb352878b816fde7de535b444d087778e (diff) | |
download | pkgsrc-26798d0581804855eb6e26400a4bb98f50f0319a.tar.gz |
Uses C++.
Diffstat (limited to 'games/wxhugo')
-rw-r--r-- | games/wxhugo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/wxhugo/Makefile b/games/wxhugo/Makefile index b36994856af..e02ce57ae2a 100644 --- a/games/wxhugo/Makefile +++ b/games/wxhugo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/04/17 13:46:30 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2006/05/15 21:05:49 joerg Exp $ # DISTNAME= hugov31_unix_source @@ -16,6 +16,7 @@ DISTFILE_WX= hugov31_wxwin_source${EXTRACT_SUFX} #EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= hugo-3.1.02 +USE_LANGUAGES= c c++ USE_TOOLS+= gmake WRKSRC= ${WRKDIR}/hugov3.1.02/hewx |