Date: Fri, 13 Sep 2013 14:50:54 +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: r327155 - in head: devel/seed3 graphics/gimp-focusblur-plugin graphics/zbar net-im/pidgin-rhythmbox Message-ID: <201309131450.r8DEos4e045619@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Sep 13 14:50:53 2013 New Revision: 327155 URL: http://svnweb.freebsd.org/changeset/ports/327155 Log: Add an explicit dependency on pkgconf Modified: head/devel/seed3/Makefile head/graphics/gimp-focusblur-plugin/Makefile head/graphics/zbar/Makefile head/net-im/pidgin-rhythmbox/Makefile Modified: head/devel/seed3/Makefile ============================================================================== --- head/devel/seed3/Makefile Fri Sep 13 14:45:55 2013 (r327154) +++ head/devel/seed3/Makefile Fri Sep 13 14:50:53 2013 (r327155) @@ -25,12 +25,11 @@ CONFLICTS= seed-2.[0-9]* LATEST_LINK= seed3 USE_XZ= yes GNU_CONFIGURE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gtk30 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=3.0 Modified: head/graphics/gimp-focusblur-plugin/Makefile ============================================================================== --- head/graphics/gimp-focusblur-plugin/Makefile Fri Sep 13 14:45:55 2013 (r327154) +++ head/graphics/gimp-focusblur-plugin/Makefile Fri Sep 13 14:50:53 2013 (r327155) @@ -18,9 +18,9 @@ LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= gmake pkgconfig GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gtk20 PLUGIN_DIR?= libexec/gimp/2.2/plug-ins Modified: head/graphics/zbar/Makefile ============================================================================== --- head/graphics/zbar/Makefile Fri Sep 13 14:45:55 2013 (r327154) +++ head/graphics/zbar/Makefile Fri Sep 13 14:50:53 2013 (r327155) @@ -13,9 +13,8 @@ COMMENT= ZBar barcode reader LICENSE= LGPL21 GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USES= iconv +USES= iconv gmake pkgconfig OPTIONS_DEFINE= X11 IMAGEMAGICK V4L PYTHON GTK2 QT4 OPTIONS_DEFAULT= X11 IMAGEMAGICK Modified: head/net-im/pidgin-rhythmbox/Makefile ============================================================================== --- head/net-im/pidgin-rhythmbox/Makefile Fri Sep 13 14:45:55 2013 (r327154) +++ head/net-im/pidgin-rhythmbox/Makefile Fri Sep 13 14:50:53 2013 (r327155) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pidgin-rhythmbox -# Date created: 2007-06-28 -# Whom: Yuri Pankov <yuri@darklight.org.ru> -# +# Created by: Yuri Pankov <yuri@darklight.org.ru> # $FreeBSD$ -# PORTNAME= pidgin-rhythmbox PORTVERSION= 2.0 @@ -19,7 +15,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/d RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \ rhythmbox:${PORTSDIR}/audio/rhythmbox -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309131450.r8DEos4e045619>