diff options
author | grant <grant> | 2004-05-16 09:30:18 +0000 |
---|---|---|
committer | grant <grant> | 2004-05-16 09:30:18 +0000 |
commit | 59aeebb11645bdd89bb8c605ece8a483d27ad171 (patch) | |
tree | c55c4456dae6bc77ba13c7b8fc905487cc6b37a2 /devel | |
parent | 97f3c9470e317282db9f6a392a0d6e15ab33d1fe (diff) | |
download | pkgsrc-59aeebb11645bdd89bb8c605ece8a483d27ad171.tar.gz |
libebml really wants the GNU C++ compiler.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libebml/Makefile | 4 |
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" |