summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-05-15 21:00:13 +0000
committerjoerg <joerg@pkgsrc.org>2006-05-15 21:00:13 +0000
commitcc09088dd0f45c75d2c14a3e9e585fe891b7ecb8 (patch)
treeedb635a63124bbef6b24570cd14576e5af373255
parentf9675b3db33a19f01e90214ebdc522647f6b275f (diff)
downloadpkgsrc-cc09088dd0f45c75d2c14a3e9e585fe891b7ecb8.tar.gz
Uses C++.
-rw-r--r--games/scid/Makefile3
-rw-r--r--games/urban/Makefile3
-rw-r--r--games/wxhugo/Makefile3
-rw-r--r--games/xbill/Makefile3
-rw-r--r--games/xbreaky/Makefile4
5 files changed, 11 insertions, 5 deletions
diff --git a/games/scid/Makefile b/games/scid/Makefile
index 3557d2c58b7..29dfa470910 100644
--- a/games/scid/Makefile
+++ b/games/scid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/04/22 09:22:09 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2006/05/15 21:00:13 joerg Exp $
#
DISTNAME= scid-3.6.1
@@ -12,6 +12,7 @@ COMMENT= Shane's Chess Information Database
USE_PKGLOCALEDIR= yes
HAS_CONFIGURE= yes
+USE_LANGUAGES= c c++
USE_TOOLS+= gmake
CONFIGURE_ENV+= TCLCONFIG_SH=${TCLCONFIG_SH:Q}
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:
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
diff --git a/games/xbill/Makefile b/games/xbill/Makefile
index 11de1d6ed64..7f8f7d0d9da 100644
--- a/games/xbill/Makefile
+++ b/games/xbill/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/02/05 23:09:23 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2006/05/15 21:01:56 joerg Exp $
#
DISTNAME= xbill-2.0
@@ -13,6 +13,7 @@ COMMENT= Stop the dreaded Windows virus from infecting computers
CONFLICTS+= gnome-games-[0-9]*
+USE_LANGUAGES= c c++
USE_IMAKE= YES
NO_INSTALL_MANPAGES= YES
diff --git a/games/xbreaky/Makefile b/games/xbreaky/Makefile
index 2daf1017bfe..052f6e2db57 100644
--- a/games/xbreaky/Makefile
+++ b/games/xbreaky/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/03/09 21:04:44 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2006/05/15 21:01:31 joerg Exp $
#
DISTNAME= xbreaky-0.0.5
@@ -12,6 +12,8 @@ COMMENT= Breakout game for X11
USE_DIRS+= xdg-1.1
+USE_LANGUAGES= c++
+
.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"