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
commit324b06d2b10dd3b67d090143da12827de5d77638 (patch)
tree13b41d44349ac5c50a9f89e659d2f1c63ffed28b /multimedia/libmatroska
parentf9156237581038dc70d54681da68fe1b59e7d408 (diff)
downloadpkgsrc-324b06d2b10dd3b67d090143da12827de5d77638.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"