diff options
-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" |