diff options
-rw-r--r-- | devel/liboil/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile index bee808514b1..74ecdc5c998 100644 --- a/devel/liboil/Makefile +++ b/devel/liboil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/01/15 19:51:56 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2006/01/15 20:05:31 jmmv Exp $ # DISTNAME= liboil-0.3.6 @@ -11,12 +11,11 @@ COMMENT= Library of simple, CPU-optimized functions GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config +CONFIGURE_ARGS+= --disable-glib # Only used by examples. CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc PKGCONFIG_OVERRIDE+= liboil-uninstalled.pc.in PKGCONFIG_OVERRIDE+= liboil.pc.in -.include "../../devel/glib2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |