svn commit: r326415 - in head: audio/rhythmbox math/plplot x11-toolkits/gnome-sharp20 x11-toolkits/libgail-gnome x11-toolkits/libgtk-java x11-wm/compiz-plugins-main
Antoine Brodin
antoine at FreeBSD.org
Thu Sep 5 17:01:14 UTC 2013
Author: antoine
Date: Thu Sep 5 17:01:12 2013
New Revision: 326415
URL: http://svnweb.freebsd.org/changeset/ports/326415
Log:
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Modified:
head/audio/rhythmbox/Makefile
head/math/plplot/Makefile
head/x11-toolkits/gnome-sharp20/Makefile
head/x11-toolkits/libgail-gnome/Makefile
head/x11-toolkits/libgtk-java/Makefile
head/x11-wm/compiz-plugins-main/Makefile
Modified: head/audio/rhythmbox/Makefile
==============================================================================
--- head/audio/rhythmbox/Makefile Thu Sep 5 16:55:34 2013 (r326414)
+++ head/audio/rhythmbox/Makefile Thu Sep 5 17:01:12 2013 (r326415)
@@ -25,7 +25,7 @@ LIB_DEPENDS= musicbrainz3.6:${PORTSDIR}/
CONFLICTS= rhythmbox-2.[0-9]* rhythmbox-3.[0-9]*
USE_BZIP2= yes
-USES= gettext gmake pathfix
+USES= gettext gmake pathfix pkgconfig
INSTALLS_OMF= yes
USE_GNOME= intlhack gnomeprefix gtk20 nautilus2
WANT_GNOME= yes
Modified: head/math/plplot/Makefile
==============================================================================
--- head/math/plplot/Makefile Thu Sep 5 16:55:34 2013 (r326414)
+++ head/math/plplot/Makefile Thu Sep 5 17:01:12 2013 (r326415)
@@ -26,14 +26,13 @@ OPTIONS_DEFAULT= THREADS X11
USE_GNOME= pango
USE_PERL5= build
USE_GHOSTSCRIPT=yes
-USES= cmake perl5
+USES= cmake gmake perl5 pkgconfig
CMAKE_ARGS= -DENABLE_java:BOOL=OFF -DENABLE_octave:BOOL=OFF \
-DENABLE_pdl:BOOL=OFF -DENABLE_ada:BOOL=OFF \
-DENABLE_d:BOOL=OFF -DENABLE_ocaml:BOOL=OFF \
-DENABLE_pyqt4:BOOL=OFF \
-DPL_FREETYPE_FONT_PATH:PATH="${FREEFONT_DIR}" \
-DPLD_plmeta:BOOL=ON
-USE_GMAKE= yes
USE_AUTOTOOLS= libltdl
USE_LDCONFIG= yes
Modified: head/x11-toolkits/gnome-sharp20/Makefile
==============================================================================
--- head/x11-toolkits/gnome-sharp20/Makefile Thu Sep 5 16:55:34 2013 (r326414)
+++ head/x11-toolkits/gnome-sharp20/Makefile Thu Sep 5 17:01:12 2013 (r326415)
@@ -18,8 +18,7 @@ LATEST_LINK= gnome-sharp20
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USE_GMAKE= yes
-USES= perl5
+USES= gmake perl5 pkgconfig
USE_PERL5= run
USE_GNOME= gnomehack gnomepanel gtksharp20 librsvg2 vte libgnomeprintui \
libgnomeui
Modified: head/x11-toolkits/libgail-gnome/Makefile
==============================================================================
--- head/x11-toolkits/libgail-gnome/Makefile Thu Sep 5 16:55:34 2013 (r326414)
+++ head/x11-toolkits/libgail-gnome/Makefile Thu Sep 5 17:01:12 2013 (r326415)
@@ -17,7 +17,7 @@ MAINTAINER= gnome at FreeBSD.org
COMMENT= An implementation of the ATK interfaces for GNOME widgets
USE_BZIP2= yes
-USE_GMAKE= yes
+USES= gmake pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
GNOME_DESKTOP_VERSION=2
Modified: head/x11-toolkits/libgtk-java/Makefile
==============================================================================
--- head/x11-toolkits/libgtk-java/Makefile Thu Sep 5 16:55:34 2013 (r326414)
+++ head/x11-toolkits/libgtk-java/Makefile Thu Sep 5 17:01:12 2013 (r326415)
@@ -14,7 +14,7 @@ COMMENT= Java wrapper for Gtk+, Pango, A
LIB_DEPENDS= cairojni-${CAIRO_API_VERSION}.1:${PORTSDIR}/graphics/cairo-java
USE_BZIP2= yes
-USE_GMAKE= yes
+USES= gmake pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_JAVA= yes
Modified: head/x11-wm/compiz-plugins-main/Makefile
==============================================================================
--- head/x11-wm/compiz-plugins-main/Makefile Thu Sep 5 16:55:34 2013 (r326414)
+++ head/x11-wm/compiz-plugins-main/Makefile Thu Sep 5 17:01:12 2013 (r326415)
@@ -19,8 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
USE_GL= yes
USE_BZIP2= yes
-USE_GMAKE= yes
-USES= pathfix gettext
+USES= gettext gmake pathfix pkgconfig
USE_GNOME= intltool
USE_XORG= glproto
USE_LDCONFIG= yes
More information about the svn-ports-all
mailing list