diff options
author | jmmv <jmmv> | 2006-01-15 20:05:31 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2006-01-15 20:05:31 +0000 |
commit | 59bb737a833693deba500be77d0ec9b2bde1e67e (patch) | |
tree | 835052f514d25e71177f71213658ee923ad02783 /devel/liboil | |
parent | e9b748eafd589a1e68246acd24fc6cca595bc271 (diff) | |
download | pkgsrc-59bb737a833693deba500be77d0ec9b2bde1e67e.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/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" |