Date: Tue, 3 Sep 2013 15:25:42 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326159 - in head: devel/seed graphics/evince mail/evolution net/vinagre ports-mgmt/gnome-packagekit sysutils/brasero Message-ID: <201309031525.r83FPgK7010996@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Sep 3 15:25:41 2013 New Revision: 326159 URL: http://svnweb.freebsd.org/changeset/ports/326159 Log: Add en explicit dependency on pkgconf Modified: head/devel/seed/Makefile head/graphics/evince/Makefile head/mail/evolution/Makefile head/net/vinagre/Makefile head/ports-mgmt/gnome-packagekit/Makefile head/sysutils/brasero/Makefile Modified: head/devel/seed/Makefile ============================================================================== --- head/devel/seed/Makefile Tue Sep 3 15:22:33 2013 (r326158) +++ head/devel/seed/Makefile Tue Sep 3 15:25:41 2013 (r326159) @@ -25,12 +25,11 @@ CONFLICTS= seed-3.[0-9]* USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gnomehack gtk20 intltool libxml2 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_SQLITE= yes -USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--enable-gtk-doc=no --with-webkit=1.0 Modified: head/graphics/evince/Makefile ============================================================================== --- head/graphics/evince/Makefile Tue Sep 3 15:22:33 2013 (r326158) +++ head/graphics/evince/Makefile Tue Sep 3 15:25:41 2013 (r326159) @@ -25,9 +25,8 @@ USE_LDCONFIG= yes USE_BZIP2= yes USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes -USE_GMAKE= yes INSTALLS_OMF= yes -USES= desktop-file-utils gettext pathfix +USES= desktop-file-utils gettext pathfix gmake pkgconfig USE_GNOME= intlhack gnomeprefix gnomedocutils ltasneededhack gconf2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/mail/evolution/Makefile ============================================================================== --- head/mail/evolution/Makefile Tue Sep 3 15:22:33 2013 (r326158) +++ head/mail/evolution/Makefile Tue Sep 3 15:25:41 2013 (r326159) @@ -20,8 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spel CONFLICTS= evolution-3.[0-9]* USE_BZIP2= yes -USE_GMAKE= yes -USES= bison desktop-file-utils gettext pathfix +USES= bison desktop-file-utils gettext pathfix gmake pkgconfig USE_GNOME= gnomeprefix intlhack evolutiondataserver gtkhtml3 \ gnomedocutils ltasneededhack gnomedesktop USE_AUTOTOOLS= libtool Modified: head/net/vinagre/Makefile ============================================================================== --- head/net/vinagre/Makefile Tue Sep 3 15:22:33 2013 (r326158) +++ head/net/vinagre/Makefile Tue Sep 3 15:25:41 2013 (r326159) @@ -21,9 +21,8 @@ LIB_DEPENDS= gtk-vnc-1.0:${PORTSDIR}/net CONFLICTS= vinagre-3.[0-9]* USE_BZIP2= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack vte gconf2 gnomedocutils gnomepanel -USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes Modified: head/ports-mgmt/gnome-packagekit/Makefile ============================================================================== --- head/ports-mgmt/gnome-packagekit/Makefile Tue Sep 3 15:22:33 2013 (r326158) +++ head/ports-mgmt/gnome-packagekit/Makefile Tue Sep 3 15:25:41 2013 (r326159) @@ -19,10 +19,9 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/dev upower-glib:${PORTSDIR}/sysutils/upower \ canberra-gtk:${PORTSDIR}/audio/libcanberra -USE_GMAKE= yes USE_BZIP2= yes USE_GNOME= gnomeprefix intlhack gconf2 gnomemenus gnomedocutils -USES= desktop-file-utils gettext iconv pathfix +USES= desktop-file-utils gettext iconv pathfix gmake pkgconfig USE_PYTHON_BUILD=-2.7 GCONF_SCHEMAS= gnome-packagekit.schemas INSTALLS_ICONS= yes Modified: head/sysutils/brasero/Makefile ============================================================================== --- head/sysutils/brasero/Makefile Tue Sep 3 15:22:33 2013 (r326158) +++ head/sysutils/brasero/Makefile Tue Sep 3 15:25:41 2013 (r326159) @@ -24,9 +24,8 @@ CONFLICTS= brasero-3.[0-9]* USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes USE_XORG= sm -USES= pathfix gettext shared-mime-info +USES= pathfix gettext shared-mime-info gmake pkgconfig USE_GNOME= intlhack gnomeprefix gnomedocutils USE_LDCONFIG= yes USE_GSTREAMER= gconf core
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309031525.r83FPgK7010996>