summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-05-13 12:59:26 +0000
committerjoerg <joerg@pkgsrc.org>2006-05-13 12:59:26 +0000
commit4f9ab57b6bd63594863677e2959d1b28297d33c2 (patch)
tree9fe6b7e452144a9d1d5cf406ec829e2b0c8c7e22
parent3e48de0fc0692f5fe0834e91e7689d017af511df (diff)
downloadpkgsrc-4f9ab57b6bd63594863677e2959d1b28297d33c2.tar.gz
Uses C++.
-rw-r--r--audio/musicbox/Makefile4
-rw-r--r--mbone/vat/Makefile4
-rw-r--r--mbone/vic/Makefile4
-rw-r--r--multimedia/dvdview/Makefile3
4 files changed, 11 insertions, 4 deletions
diff --git a/audio/musicbox/Makefile b/audio/musicbox/Makefile
index 59bf3225e5b..c284625b726 100644
--- a/audio/musicbox/Makefile
+++ b/audio/musicbox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2006/03/09 21:04:41 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2006/05/13 12:59:26 joerg Exp $
DISTNAME= musicbox-1.01p2
PKGREVISION= 1
@@ -11,6 +11,8 @@ COMMENT= X11 front-interface for mpg123
DEPENDS+= mpg123>=0.59.18:../../audio/mpg123
+USE_LANGUAGES= c++
+
WRKSRC= ${WRKDIR}/musicbox-1.01
CFLAGS+= -D${OPSYS}
MAKE_ENV+= QT1DIR=${QT1DIR:Q}
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile
index 92e1f6575ef..0e99862faed 100644
--- a/mbone/vat/Makefile
+++ b/mbone/vat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2006/02/05 23:10:05 joerg Exp $
+# $NetBSD: Makefile,v 1.52 2006/05/13 13:13:51 joerg Exp $
#
DISTNAME= vatsrc-4.0b2
@@ -15,6 +15,8 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-tcl=${PREFIX:Q} --with-tk=${PREFIX:Q}
+USE_LANGUAGES= c c++
+
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/gsm
INSTALL_TARGET= install install-man
diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile
index 2aab7554161..2acb95df3da 100644
--- a/mbone/vic/Makefile
+++ b/mbone/vic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2006/02/27 15:49:56 joerg Exp $
+# $NetBSD: Makefile,v 1.35 2006/05/13 13:18:20 joerg Exp $
DISTNAME= vicsrc-2.8
PKGNAME= ${DISTNAME:S/src//}
@@ -20,6 +20,8 @@ COMMENT= MBONE video conferencing tool
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
+
CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}
CONFIGURE_ARGS+= --with-tk=${BUILDLINK_PREFIX.tk}
diff --git a/multimedia/dvdview/Makefile b/multimedia/dvdview/Makefile
index 5ffe7a38c7e..e7192d911ba 100644
--- a/multimedia/dvdview/Makefile
+++ b/multimedia/dvdview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/04/17 13:46:41 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2006/05/13 13:22:49 joerg Exp $
DISTNAME= dvdview-1.2.2
PKGREVISION= 4
@@ -10,6 +10,7 @@ HOMEPAGE= http://rachmaninoff.informatik.uni-mannheim.de/dvdview/
COMMENT= Software only MPEG-1/2 video decoder
GNU_CONFIGURE= YES
+USE_LANGUAGES= c c++
USE_TOOLS+= gmake
.include "../../mk/bsd.prefs.mk"