pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/liboil Upon further inspection (while writing th...
details: https://anonhg.NetBSD.org/pkgsrc/rev/feb672889530
branches: trunk
changeset: 506423:feb672889530
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sun Jan 15 20:05:31 2006 +0000
description:
Upon further inspection (while writing the buildlink3.mk file), I noticed
that this does not really need glib2. Remove the dependency.
diffstat:
devel/liboil/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 7cd864eeece2 -r feb672889530 devel/liboil/Makefile
--- a/devel/liboil/Makefile Sun Jan 15 19:56:54 2006 +0000
+++ b/devel/liboil/Makefile Sun Jan 15 20:05:31 2006 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index