[Midnightbsd-cvs] mports: Makefile: Magus says this is missing gnome-config.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Jun 17 14:11:32 EDT 2008


Log Message:
-----------
Magus says this is missing gnome-config.  That appears to be part of gnome-libs according to the plist. 

Add a build dependancy on gnome-libs.  (does this need a run depends?)

Modified Files:
--------------
    mports/devel/libgsf-gnome:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/libgsf-gnome/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L devel/libgsf-gnome/Makefile -L devel/libgsf-gnome/Makefile -u -r1.1 -r1.2
--- devel/libgsf-gnome/Makefile
+++ devel/libgsf-gnome/Makefile
@@ -7,7 +7,7 @@
 #   $MCom: ports/devel/libgsf-gnome/Makefile,v 1.10 2006/03/05 21:26:56 marcus Exp $
 #
 
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	devel gnome
 PKGNAMESUFFIX=	-gnome
 
@@ -21,6 +21,8 @@
 DESCR=		${.CURDIR}/pkg-descr
 PLIST=		${.CURDIR}/pkg-plist
 
+BUILD_DEPENDS+=	gnome-config:${PORTSDIR}/x11/gnome-libs
+
 USE_GNOME=	gnomehack libgsf gnomevfs2 ltverhack intlhack
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc/gsf \
 		--with-bz2 --with-gnome --without-gvfs


More information about the Midnightbsd-cvs mailing list