summaryrefslogtreecommitdiff
path: root/devel/liboil
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-01-15 20:05:31 +0000
committerjmmv <jmmv@pkgsrc.org>2006-01-15 20:05:31 +0000
commit896ff0017d8b262efa41495a1b06724758e8a7c0 (patch)
tree835052f514d25e71177f71213658ee923ad02783 /devel/liboil
parent16cd5f96129c22610a4686c27499e320a4880953 (diff)
downloadpkgsrc-896ff0017d8b262efa41495a1b06724758e8a7c0.tar.gz
Upon further inspection (while writing the buildlink3.mk file), I noticed
that this does not really need glib2. Remove the dependency.
Diffstat (limited to 'devel/liboil')
-rw-r--r--devel/liboil/Makefile5
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"