[Midnightbsd-cvs] mports: Makefile: Found a circular dependancy on devel/gio-fam-backend.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 14 10:50:56 EDT 2008


Log Message:
-----------
Found a circular dependancy on devel/gio-fam-backend.  We don't use the _glib20 crap, so just explicitly set a glib20 depends without using USE_GNOME=glib20.

Modified Files:
--------------
    mports/devel/gamin:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/gamin/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L devel/gamin/Makefile -L devel/gamin/Makefile -u -r1.3 -r1.4
--- devel/gamin/Makefile
+++ devel/gamin/Makefile
@@ -8,15 +8,17 @@
 
 PORTNAME=	gamin
 PORTVERSION=	0.1.9
-PORTREVISION?=	0
+PORTREVISION=	1
 CATEGORIES?=	devel
 MASTER_SITES=	http://www.gnome.org/~veillard/gamin/sources/
 
 MAINTAINER?=	ports at MidnightBSD.org
 COMMENT?=	A file and directory monitoring system
 
+LIB_DEPENDS=	glib-2.0.0:${PORTSDIR}/devel/glib20
+
 USE_GMAKE=	yes
-USE_GNOME?=	gnomehack glib20
+USE_GNOME?=	gnomehack
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=        libtool:15
 CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \


More information about the Midnightbsd-cvs mailing list