From owner-svn-ports-all@FreeBSD.ORG Tue Sep 3 10:24:02 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0A2454B3; Tue, 3 Sep 2013 10:24:02 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E9C6D21D4; Tue, 3 Sep 2013 10:24:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83AO12d025873; Tue, 3 Sep 2013 10:24:01 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83ANtI6025782; Tue, 3 Sep 2013 10:23:55 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031023.r83ANtI6025782@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 10:23:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326133 - in head: audio/gnome-media audio/libgpod devel/bug-buddy editors/emacs emulators/virtualbox-ose emulators/virtualbox-ose-legacy games/monster-masher graphics/geeqie graphics/g... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 10:24:02 -0000 Author: bapt Date: Tue Sep 3 10:23:55 2013 New Revision: 326133 URL: http://svnweb.freebsd.org/changeset/ports/326133 Log: Add an explicit dependency on pkgconf Modified: head/audio/gnome-media/Makefile head/audio/libgpod/Makefile head/devel/bug-buddy/Makefile head/editors/emacs/Makefile head/emulators/virtualbox-ose-legacy/Makefile head/emulators/virtualbox-ose/Makefile head/games/monster-masher/Makefile head/graphics/geeqie/Makefile head/graphics/gpaint/Makefile head/graphics/swfdec/Makefile head/japanese/scim-honoka/Makefile head/multimedia/emotion/Makefile head/multimedia/gstreamer-plugins-gnonlin/Makefile head/multimedia/vlc/Makefile head/multimedia/xine/Makefile head/net-im/libpurple/Makefile head/net-im/telepathy-farsight/Makefile head/print/lilypond/Makefile head/sysutils/gnome-settings-daemon/Makefile head/sysutils/tracker-client/Makefile head/textproc/scim-table-imengine/Makefile head/www/epiphany/Makefile head/www/webkit-sharp/Makefile head/x11-themes/icons-tango/Makefile head/x11-toolkits/wxgtk28/Makefile head/x11-toolkits/wxgtk29/Makefile head/x11-wm/enlightenment/Makefile head/x11/gnome-panel/Makefile head/x11/yelp/Makefile Modified: head/audio/gnome-media/Makefile ============================================================================== --- head/audio/gnome-media/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/audio/gnome-media/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -23,7 +23,7 @@ INSTALLS_OMF= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= pathfix gettext gmake +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack gtk20 libxml2 gconf2 USE_GSTREAMER= gconf good CONFIGURE_ARGS= --disable-gstmix Modified: head/audio/libgpod/Makefile ============================================================================== --- head/audio/libgpod/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/audio/libgpod/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -18,7 +18,7 @@ LIB_DEPENDS= plist:${PORTSDIR}/devel/lib USE_GNOME= gtk20 USE_SQLITE= 3 -USES= gettext gmake +USES= gettext gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-udev --without-hal \ Modified: head/devel/bug-buddy/Makefile ============================================================================== --- head/devel/bug-buddy/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/devel/bug-buddy/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -1,10 +1,6 @@ -# New ports collection makefile for: bugbuddy2 -# Date created: 14 May 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/devel/bug-buddy/Makefile,v 1.86 2010/11/16 18:17:55 kwm Exp $ -# PORTNAME= bug-buddy PORTVERSION= 2.32.0 @@ -20,9 +16,8 @@ LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/deve soup-2.4.1:${PORTSDIR}/devel/libsoup USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_ICONS= yes -USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack intlhack libbonobo \ gnomedocutils evolutiondataserver Modified: head/editors/emacs/Makefile ============================================================================== --- head/editors/emacs/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/editors/emacs/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -21,7 +21,7 @@ CONFLICTS= emacs-19.* emacs-21.* emacs-2 EMACS_VER= 24.3 GNU_CONFIGURE= yes -USES= ncurses gmake +USES= ncurses gmake pkgconfig USE_XZ= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/emulators/virtualbox-ose-legacy/Makefile ============================================================================== --- head/emulators/virtualbox-ose-legacy/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/emulators/virtualbox-ose-legacy/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -35,6 +35,7 @@ RUN_DEPENDS= /boot/modules/vboxdrv.ko:${ WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} ONLY_FOR_ARCHS= i386 amd64 FETCH_ARGS= -pRr +USES= pkgconfig USE_GCC= any USE_GNOME= libidl USE_BZIP2= yes Modified: head/emulators/virtualbox-ose/Makefile ============================================================================== --- head/emulators/virtualbox-ose/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/emulators/virtualbox-ose/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -34,6 +34,7 @@ RUN_DEPENDS= ${KMODDIR}/vboxdrv.ko:${POR WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} ONLY_FOR_ARCHS= i386 amd64 FETCH_ARGS= -pRr +USES= pkgconfig USE_GCC= any USE_GNOME= libidl USE_BZIP2= yes Modified: head/games/monster-masher/Makefile ============================================================================== --- head/games/monster-masher/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/games/monster-masher/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -17,9 +17,8 @@ LIB_DEPENDS= gnomecanvasmm-2.6:${PORTSDI glademm-2.4:${PORTSDIR}/devel/libglademm24 USE_BZIP2= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack libgnome esound -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lesd Modified: head/graphics/geeqie/Makefile ============================================================================== --- head/graphics/geeqie/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/graphics/geeqie/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -13,7 +13,6 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/ USE_GNOME= gtk20 desktopfileutils GNU_CONFIGURE= yes -USES= gmake pkgconfig CONFIGURE_ARGS= --docdir="${DOCSDIR}" \ --htmldir="${DOCSDIR}/html" \ --with-htmldir="${DOCSDIR}/html" \ @@ -25,7 +24,7 @@ MAKE_ARGS+= top_builddir="${WRKSRC}" PORTDOCS= * MAN1= geeqie.1 -USES= gettext +USES= gettext gmake pkgconfig OPTIONS_DEFINE= EXIV2 LCMS LIRC GPS DOCS OPTIONS_DEFAULT=EXIV2 LCMS Modified: head/graphics/gpaint/Makefile ============================================================================== --- head/graphics/gpaint/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/graphics/gpaint/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -1,6 +1,4 @@ -# New ports collection makefile for: gpaint -# Date created: 18 October 2000 -# Whom: Maxim Sobolev +# Created by: Maxim Sobolev # # $FreeBSD$ # @@ -16,6 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A small-scale painting program for GNOME +USES= pkgconfig USE_GNOME= libgnomeprint libgnomeprintui GNU_CONFIGURE= yes Modified: head/graphics/swfdec/Makefile ============================================================================== --- head/graphics/swfdec/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/graphics/swfdec/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -1,8 +1,4 @@ -# ex:ts=8 -# Ports collection makefile for: swfdec -# Date created: Apr 5, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ # $MCom: ports/graphics/swfdec/Makefile,v 1.28 2009/01/01 13:38:17 kwm Exp $ @@ -18,6 +14,7 @@ COMMENT= Flash Rendering Library LIB_DEPENDS= oil-0.3.0:${PORTSDIR}/devel/liboil \ soup-2.4.1:${PORTSDIR}/devel/libsoup +USES= pkgconfig USE_LDCONFIG= yes USE_GNOME= gnomehack gtk20 ltverhack USE_GSTREAMER= core good mp3 ffmpeg Modified: head/japanese/scim-honoka/Makefile ============================================================================== --- head/japanese/scim-honoka/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/japanese/scim-honoka/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -15,9 +15,8 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc RUN_DEPENDS:= ${BUILD_DEPENDS} USE_LDCONFIG= yes -USES= gettext iconv pathfix +USES= gettext iconv pathfix gmake pkgconfig USE_GNOME= lthack -USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ Modified: head/multimedia/emotion/Makefile ============================================================================== --- head/multimedia/emotion/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/multimedia/emotion/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -16,7 +16,7 @@ LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USES= pathfix +USES= pathfix pkgconfig USE_EFL= ecore edje eet eio embryo evas libtool_hack modarch_hack USE_EFL_EVAS_LOADERS= png jpeg USE_LDCONFIG= yes Modified: head/multimedia/gstreamer-plugins-gnonlin/Makefile ============================================================================== --- head/multimedia/gstreamer-plugins-gnonlin/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/multimedia/gstreamer-plugins-gnonlin/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gstreamer-plugins-gnonlin -# Date created: 2006-04-25 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/multimedia/gstreamer-plugins-gnonlin/Makefile,v 1.7 2006/07/21 16:39:31 ahze Exp $ -# PORTNAME= gstreamer-plugins-gnonlin PORTVERSION= 0.10.17 @@ -16,6 +12,7 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Gstreamer lib for writing non-linear audio and video CFLAGS:= ${CFLAGS} -O2 -Wno-format +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_GSTREAMER= yes Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/multimedia/vlc/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -62,8 +62,7 @@ UNSAFE_PLUGINS_DESC= Install unsafe, uns NO_DVD_DESC= disable DVD specific features USE_XZ= yes -USE_GMAKE= yes -USES= iconv perl5 +USES= iconv perl5 gmake pkgconfig USE_PERL5= build USE_GL=yes USE_CSTD= gnu99 Modified: head/multimedia/xine/Makefile ============================================================================== --- head/multimedia/xine/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/multimedia/xine/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -29,7 +29,7 @@ WIN32_CODECS_DESC= Enable win32 codecs USE_XZ= yes USE_XORG= x11 xext xinerama xscrnsaver xt xtst xv xxf86vm -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-vdr-keys \ --disable-nvtvsimple Modified: head/net-im/libpurple/Makefile ============================================================================== --- head/net-im/libpurple/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/net-im/libpurple/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -13,7 +13,7 @@ MAINTAINER?= marcus@FreeBSD.org COMMENT?= Backend library for the Pidgin multi-protocol messaging client USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME?= gnomeprefix gnomehack intlhack glib20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS?=--disable-gtkui \ @@ -29,7 +29,7 @@ CPPFLAGS+= -I${LOCALBASE}/include ${PTHR .if !defined(PIDGIN_SLAVE) # Pidgin slave ports that require the following functionality, must explicitly # set these macros themselves. -USES= gettext iconv +USES+= gettext iconv USE_LDCONFIG= yes WANT_GNOME= yes USE_PYTHON= yes Modified: head/net-im/telepathy-farsight/Makefile ============================================================================== --- head/net-im/telepathy-farsight/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/net-im/telepathy-farsight/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -15,7 +15,7 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/dev gstfarsight-0.10:${PORTSDIR}/net-im/farsight2 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes USE_PYTHON= yes USE_AUTOTOOLS= libtool Modified: head/print/lilypond/Makefile ============================================================================== --- head/print/lilypond/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/print/lilypond/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -39,8 +39,7 @@ INFO= lilypond-notation \ music-glossary \ internals -USES= bison:build gettext -USE_GMAKE= yes +USES= bison:build gettext gmake pkgconfig USE_GHOSTSCRIPT=9 USE_TEX= latex USE_PYTHON= yes Modified: head/sysutils/gnome-settings-daemon/Makefile ============================================================================== --- head/sysutils/gnome-settings-daemon/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/sysutils/gnome-settings-daemon/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -22,8 +22,7 @@ CONFLICTS= gnome-settings-daemon-3.[0-9] USE_XORG= xxf86misc USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext pkgconfig USE_GNOME= gnomeprefix intlhack gnomedesktop libgnomekbd USE_GSTREAMER= good USE_LDCONFIG= yes Modified: head/sysutils/tracker-client/Makefile ============================================================================== --- head/sysutils/tracker-client/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/sysutils/tracker-client/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -35,8 +35,7 @@ USE_FAM= yes WANT_FAM_SYSTEM=gamin INSTALLS_ICONS= yes USE_GNOME= gnomehack gnomeprefix ltasneededhack intltool ltverhack -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_LDCONFIG= yes USE_GSTREAMER= core INSTALLS_ICONS= yes Modified: head/textproc/scim-table-imengine/Makefile ============================================================================== --- head/textproc/scim-table-imengine/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/textproc/scim-table-imengine/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -1,9 +1,5 @@ -# New ports collection makefile for: scim-table-imengine -# Date created: 01 March 2005 -# Whom: Jie Gao -# +# Created by: Jie Gao # $FreeBSD$ -# PORTNAME= scim-table-imengine PORTVERSION= 0.5.10 @@ -19,10 +15,9 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim USE_AUTOTOOLS= libtool -USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= intlhack -USES= gettext +USES= gettext gmake pkgconfig MAN1= scim-make-table.1 Modified: head/www/epiphany/Makefile ============================================================================== --- head/www/epiphany/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/www/epiphany/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -29,10 +29,9 @@ USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_PYTHON= yes -USES= desktop-file-utils gettext pathfix +USES= desktop-file-utils gettext pathfix gmake pkgconfig USE_GNOME= gnomeprefix intlhack gnomedesktop GNU_CONFIGURE= yes -USE_GMAKE= yes INSTALLS_OMF= yes CONFIGURE_ARGS+=--enable-introspection \ --enable-compile-warnings=no \ Modified: head/www/webkit-sharp/Makefile ============================================================================== --- head/www/webkit-sharp/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/www/webkit-sharp/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -1,9 +1,5 @@ -# New ports collection makefile for: webkit-sharp -# Date created: 2008-09-01 -# Whom: Romain Tartiere -# +# Created by: Romain Tartiere # $FreeBSD$ -# PORTNAME= webkit-sharp PORTVERSION= 0.3 @@ -21,7 +17,7 @@ PLIST_SUB+= ASSEMBLY_VERSION=1.1.15 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack gtksharp20 .include Modified: head/x11-themes/icons-tango/Makefile ============================================================================== --- head/x11-themes/icons-tango/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/x11-themes/icons-tango/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -16,9 +16,8 @@ BUILD_DEPENDS= ${LOCALBASE}/libexec/icon Magick-config:${PORTSDIR}/graphics/ImageMagick GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GNOME= intlhack -USES+= pathfix +USES+= pathfix gmake pkgconfig INSTALLS_ICONS= yes .include Modified: head/x11-toolkits/wxgtk28/Makefile ============================================================================== --- head/x11-toolkits/wxgtk28/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/x11-toolkits/wxgtk28/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -17,11 +17,10 @@ LIB_DEPENDS+= png15:${PORTSDIR}/graphics tiff.4:${PORTSDIR}/graphics/tiff\ expat.6:${PORTSDIR}/textproc/expat2 -USES= iconv +USES= iconv gmake pkgconfig USE_BZIP2= yes -USE_XORG= x11 sm xxf86vm xinerama +USE_XORG= x11 sm xxf86vm xinerama USE_GL= glu -USE_GMAKE= yes USE_GNOME= gtk20 pangox-compat GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libpng=sys\ Modified: head/x11-toolkits/wxgtk29/Makefile ============================================================================== --- head/x11-toolkits/wxgtk29/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/x11-toolkits/wxgtk29/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -19,12 +19,11 @@ LIB_DEPENDS+= png15:${PORTSDIR}/graphics inotify.0:${PORTSDIR}/devel/libinotify\ webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 -USES+= iconv +USES+= iconv gmake pkgconfig USE_BZIP2= yes USE_GCC= any USE_XORG= x11 sm xxf86vm xinerama USE_GL= glu -USE_GMAKE= yes USE_GNOME= gtk20 USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/x11-wm/enlightenment/Makefile ============================================================================== --- head/x11-wm/enlightenment/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/x11-wm/enlightenment/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -19,8 +19,7 @@ LIB_DEPENDS= execinfo:${PORTSDIR}/devel/ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USES= pathfix iconv -USE_GMAKE= yes +USES= pathfix iconv gmake pkgconfig USE_EFL= eina eet evas ecore eio edbus efreet edje \ libtool_hack librt_hack modarch_hack USE_EFL_EVAS_LOADERS= eet jpeg png Modified: head/x11/gnome-panel/Makefile ============================================================================== --- head/x11/gnome-panel/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/x11/gnome-panel/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomepanel -# Date created: 27 April 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11/gnome-panel/Makefile,v 1.237 2012/10/25 09:21:00 kwm Exp $ -# PORTNAME= gnome-panel PORTVERSION= 2.32.1 @@ -31,10 +27,9 @@ USE_PYTHON= yes INSTALLS_OMF= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack gnomedesktop libwnck gnomemenus \ gnomedocutils ltverhack referencehack librsvg2 -USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-network-manager LDFLAGS+= -L${LOCALBASE}/lib Modified: head/x11/yelp/Makefile ============================================================================== --- head/x11/yelp/Makefile Tue Sep 3 09:59:01 2013 (r326132) +++ head/x11/yelp/Makefile Tue Sep 3 10:23:55 2013 (r326133) @@ -20,10 +20,9 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/dev CONFLICTS= yelp-3.[0-9]* -USES= desktop-file-utils gettext +USES= desktop-file-utils gettext gmake pkgconfig USE_BZIP2= yes USE_XORG= ice -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils GNU_CONFIGURE= yes INSTALLS_ICONS= yes