summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorgrant <grant>2004-06-15 13:08:59 +0000
committergrant <grant>2004-06-15 13:08:59 +0000
commit41a6c039e0a0971d62be388c13d6d521ecf69245 (patch)
tree04dfb1a099eab7bbb1ca53623916af6eb818c446 /games
parentdd20b0b4272c98e9ab714103ee22d933da60d3d7 (diff)
downloadpkgsrc-41a6c039e0a0971d62be388c13d6d521ecf69245.tar.gz
this uses a c++ compiler.
Diffstat (limited to 'games')
-rw-r--r--games/plib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/plib/Makefile b/games/plib/Makefile
index e78d96fab1e..c66aa821847 100644
--- a/games/plib/Makefile
+++ b/games/plib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/03/19 02:25:28 xtraeme Exp $
+# $NetBSD: Makefile,v 1.12 2004/06/15 13:08:59 grant Exp $
#
DISTNAME= plib-1.6.0
@@ -13,6 +13,7 @@ COMMENT= Libraries for writing portable games/realtime interactive apps
USE_BUILDLINK3= YES
USE_X11= YES
GNU_CONFIGURE= YES
+USE_LANGUAGES= c++
CPPFLAGS+= -Dunix=1
.include "../../graphics/Mesa/buildlink3.mk"