From 14d01e3e90df790832b93dbd69adcc589d88cdaa Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 2 Sep 2013 22:50:21 +0000 Subject: Add an explicit dependency on pkgconf --- audio/gspeakers/Makefile | 2 +- audio/streamtuner/Makefile | 2 +- audio/xmms-jack/Makefile | 2 +- cad/geda-symcheck/Makefile | 7 ++----- cad/geda-utils/Makefile | 8 ++------ games/gnurobots/Makefile | 7 ++----- games/tuxtype/Makefile | 2 +- graphics/gtkam/Makefile | 2 +- security/gnomint/Makefile | 1 + sysutils/geomgui/Makefile | 8 ++------ x11-themes/ubuntulooks/Makefile | 7 ++----- x11/alltray/Makefile | 1 + 12 files changed, 17 insertions(+), 32 deletions(-) diff --git a/audio/gspeakers/Makefile b/audio/gspeakers/Makefile index 3f7c6135c077..ecf36a4c783b 100644 --- a/audio/gspeakers/Makefile +++ b/audio/gspeakers/Makefile @@ -13,7 +13,7 @@ COMMENT= Gnome-based loudspeaker design program LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -USES= gmake +USES= gmake pkgconfig USE_GNOME= gnomeprefix libxml2 USE_AUTOTOOLS= automake:env GNU_CONFIGURE= yes diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index 2c3e9250729d..4c52a2bc33bc 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= gtk20 gnomeprefix INSTALLS_OMF= yes GNU_CONFIGURE= yes diff --git a/audio/xmms-jack/Makefile b/audio/xmms-jack/Makefile index 0fa26de234fd..8adaf358c9b2 100644 --- a/audio/xmms-jack/Makefile +++ b/audio/xmms-jack/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ WRKSRC= ${WRKDIR}/${PORTNAME} USE_GNOME= gtk12 -USES= gmake +USES= gmake pkgconfig USE_AUTOTOOLS= libtool PLIST_FILES= lib/xmms/Output/libjackout.so diff --git a/cad/geda-symcheck/Makefile b/cad/geda-symcheck/Makefile index 99681b83359d..1566c9ee85ee 100644 --- a/cad/geda-symcheck/Makefile +++ b/cad/geda-symcheck/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: geda -# Date created: 4 April 2001 -# Whom: bruno schwander -# +# Created by: bruno schwander # $FreeBSD$ -# PORTNAME= symcheck PORTVERSION= 1.4.3 @@ -25,6 +21,7 @@ DOCSDIR= ${PREFIX}/share/doc/geda DATADIR= ${PREFIX}/share/geda GNU_CONFIGURE= yes +USES= pkgconfig USE_GNOME= gtk20 CONFIGURE_ARGS= --with-docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include diff --git a/cad/geda-utils/Makefile b/cad/geda-utils/Makefile index c1c508a5c46e..5b7907e4c893 100644 --- a/cad/geda-utils/Makefile +++ b/cad/geda-utils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: geda -# Date created: 4 April 2001 -# Whom: bruno schwander -# +# Created by: bruno schwander # $FreeBSD$ -# PORTNAME= utils PORTVERSION= 1.4.3 @@ -24,7 +20,7 @@ LIB_DEPENDS= geda.33:${PORTSDIR}/cad/libgeda DOCSDIR= ${PREFIX}/share/doc/geda DATADIR= ${PREFIX}/share/geda -USES= perl5 +USES= perl5 pkgconfig GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk20 diff --git a/games/gnurobots/Makefile b/games/gnurobots/Makefile index b46e02cf64fe..85c6d5699c6f 100644 --- a/games/gnurobots/Makefile +++ b/games/gnurobots/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnurobots -# Date created: 22 Sept 2000 -# Whom: Aaron VonderHaar -# +# Created by: Aaron VonderHaar # $FreeBSD$ -# PORTNAME= gnurobots PORTVERSION= 1.2.0 @@ -16,6 +12,7 @@ COMMENT= GNU diversion wherein Scheme-coded robots explore a world LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile +USES= pkgconfig USE_GNOME= vte GNU_CONFIGURE= yes diff --git a/games/tuxtype/Makefile b/games/tuxtype/Makefile index 531660b95974..8f9b03d3ea7f 100644 --- a/games/tuxtype/Makefile +++ b/games/tuxtype/Makefile @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_w_fonts-${PORTVERSION} USE_GNOME= libxml2 USE_SDL= image mixer net pango sdl -USES= iconv perl5 +USES= iconv perl5 pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= T4K_COMMON_CFLAGS="-I${T4K_WRKSRC}/src" \ diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile index cadc7e694436..7caf8cf991a9 100644 --- a/graphics/gtkam/Makefile +++ b/graphics/gtkam/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= exif-gtk:${PORTSDIR}/graphics/libexif-gtk \ gphoto2.2:${PORTSDIR}/graphics/libgphoto2 WANT_GNOME= yes -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= gnomehier gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/security/gnomint/Makefile b/security/gnomint/Makefile index 3a11f463dc79..a281dc33f70d 100644 --- a/security/gnomint/Makefile +++ b/security/gnomint/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ sqlite3:${PORTSDIR}/databases/sqlite3 GNU_CONFIGURE= yes +USES= pkgconfig USE_GMAKE= yes USE_GNOME= gconf2 gdkpixbuf2 glib20 gtk20 USE_PERL5= yes diff --git a/sysutils/geomgui/Makefile b/sysutils/geomgui/Makefile index 63fdaf621fb8..6369827c4518 100644 --- a/sysutils/geomgui/Makefile +++ b/sysutils/geomgui/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: geomgui -# Date created: 2005-07-18 -# Whom: Soeren Straarup -# +# Created by: Soeren Straarup # $FreeBSD$ -# PORTNAME= geomgui PORTVERSION= 0.13 @@ -20,7 +16,7 @@ LIB_DEPENDS= gvc:${PORTSDIR}/graphics/graphviz USE_AUTOTOOLS= libtool USE_GNOME= gtk20 librsvg2 -USES= iconv +USES= iconv pkgconfig GNU_CONFIGURE= yes MAN1= geomgui.1 diff --git a/x11-themes/ubuntulooks/Makefile b/x11-themes/ubuntulooks/Makefile index c974e6a860d0..1496167012b3 100644 --- a/x11-themes/ubuntulooks/Makefile +++ b/x11-themes/ubuntulooks/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ubuntulooks -# Date created: 2006-04-09 -# Whom: Phillip Neumann -# +# Created by: Phillip Neumann # $FreeBSD$ -# PORTNAME= ubuntulooks PORTVERSION= 0.9.12 @@ -19,6 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-t RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2 GNU_CONFIGURE= yes +USES= pkgconfig USE_GMAKE= yes USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/x11/alltray/Makefile b/x11/alltray/Makefile index 9e2b701e7ab4..e6a8bd509e6e 100644 --- a/x11/alltray/Makefile +++ b/x11/alltray/Makefile @@ -10,6 +10,7 @@ MASTER_SITES= SF MAINTAINER= acm@FreeBSD.org COMMENT= Dock any application with no native tray icon +USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_LDCONFIG= yes -- cgit v1.2.3