summaryrefslogtreecommitdiff
path: root/multimedia/libmatroska
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-05-16 09:49:14 +0000
committergrant <grant@pkgsrc.org>2004-05-16 09:49:14 +0000
commite88eef4d9c126cfad242cd7462d1eab555c34179 (patch)
tree13b41d44349ac5c50a9f89e659d2f1c63ffed28b /multimedia/libmatroska
parenta6c0570e02318e1dc22d08de17b72b704e2b6f48 (diff)
downloadpkgsrc-e88eef4d9c126cfad242cd7462d1eab555c34179.tar.gz
libmatroska needs the GNU C++ compiler.
Diffstat (limited to 'multimedia/libmatroska')
-rw-r--r--multimedia/libmatroska/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/libmatroska/Makefile b/multimedia/libmatroska/Makefile
index 51f8f5a3551..481954f5819 100644
--- a/multimedia/libmatroska/Makefile
+++ b/multimedia/libmatroska/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/05/05 15:57:17 salo Exp $
+# $NetBSD: Makefile,v 1.4 2004/05/16 09:49:14 grant Exp $
#
DISTNAME= libmatroska-0.7.0
@@ -17,6 +17,8 @@ NO_CONFIGURE= yes
MAKEFLAGS+= prefix="${PREFIX}"
BUILD_DIRS= ${WRKDIR}/${DISTNAME}/make/linux
+ONLY_FOR_COMPILER= gcc
+
.include "../../devel/libebml/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"