summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"