summaryrefslogtreecommitdiff
path: root/devel/libebml/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2004-05-16 09:30:18 +0000
committergrant <grant>2004-05-16 09:30:18 +0000
commit59aeebb11645bdd89bb8c605ece8a483d27ad171 (patch)
treec55c4456dae6bc77ba13c7b8fc905487cc6b37a2 /devel/libebml/Makefile
parent97f3c9470e317282db9f6a392a0d6e15ab33d1fe (diff)
downloadpkgsrc-59aeebb11645bdd89bb8c605ece8a483d27ad171.tar.gz
libebml really wants the GNU C++ compiler.
Diffstat (limited to 'devel/libebml/Makefile')
-rw-r--r--devel/libebml/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libebml/Makefile b/devel/libebml/Makefile
index d72c7044951..7521d4fdbe4 100644
--- a/devel/libebml/Makefile
+++ b/devel/libebml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/05/05 15:56:45 salo Exp $
+# $NetBSD: Makefile,v 1.7 2004/05/16 09:30:18 grant Exp $
#
DISTNAME= libebml-0.7.0
@@ -17,4 +17,6 @@ NO_CONFIGURE= yes
MAKEFLAGS+= prefix="${PREFIX}"
BUILD_DIRS= ${WRKDIR}/${DISTNAME}/make/linux
+ONLY_FOR_COMPILER= gcc
+
.include "../../mk/bsd.pkg.mk"