From 59bb737a833693deba500be77d0ec9b2bde1e67e Mon Sep 17 00:00:00 2001 From: jmmv Date: Sun, 15 Jan 2006 20:05:31 +0000 Subject: Upon further inspection (while writing the buildlink3.mk file), I noticed that this does not really need glib2. Remove the dependency. --- devel/liboil/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'devel') 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" -- cgit v1.2.3