aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-02 22:03:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-02 22:03:38 +0000
commit2f3fa0d623bdcd62d54ce15cb63579c09a9a112d (patch)
tree631e513b3a5c47860154332bfcee7658a031c236
parentfd2be90f232fbeb12a1b52708651be2b185a4b47 (diff)
downloadports-2f3fa0d623bdcd62d54ce15cb63579c09a9a112d.tar.gz
ports-2f3fa0d623bdcd62d54ce15cb63579c09a9a112d.zip
Notes
-rw-r--r--accessibility/at-spi/Makefile2
-rw-r--r--audio/libcanberra/Makefile2
-rw-r--r--deskutils/gucharmap/Makefile8
-rw-r--r--devel/libgdata/Makefile8
-rw-r--r--games/cosmosmash/Makefile2
-rw-r--r--irc/xchat/Makefile2
-rw-r--r--math/gcalctool/Makefile2
-rw-r--r--multimedia/totem-pl-parser/Makefile2
-rw-r--r--security/gnome-keyring/Makefile2
-rw-r--r--www/gtkhtml3/Makefile2
-rw-r--r--x11-toolkits/gtkglarea2/Makefile6
-rw-r--r--x11/libgnomekbd/Makefile8
12 files changed, 16 insertions, 30 deletions
diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile
index 65ca115ac718..abc85ceb6b4e 100644
--- a/accessibility/at-spi/Makefile
+++ b/accessibility/at-spi/Makefile
@@ -18,7 +18,7 @@ USE_BZIP2= yes
RUN_DEPENDS= at-spi2-atk>2.6.0:${PORTSDIR}/accessibility/at-spi2-atk
-USES= gmake gettext
+USES= gmake gettext pkgconfig
USE_GNOME= gnomehack gnomehier intlhack gtk20 gconf2 libbonobo
USE_XORG= x11 xtst
USE_PYTHON= yes
diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile
index cb608a43aab9..e6b58abc20dd 100644
--- a/audio/libcanberra/Makefile
+++ b/audio/libcanberra/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LGPL
LIB_DEPENDS= vorbisfile:${PORTSDIR}/audio/libvorbis
-USES= gmake
+USES= gmake pkgconfig
USE_GNOME= gnomeprefix gnomehack gtk20 ltverhack gconf2
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool libltdl
diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile
index 7fcdebc497ef..89422db5b742 100644
--- a/deskutils/gucharmap/Makefile
+++ b/deskutils/gucharmap/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: gucharmap
-# Date created: 02 Mar 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/deskutils/gucharmap/Makefile,v 1.75 2010/11/13 13:05:08 kwm Exp $
-#
PORTNAME= gucharmap
PORTVERSION= 2.32.1
@@ -19,7 +15,7 @@ COMMENT= A Unicode/ISO10646 character map and font viewer
LIB_DEPENDS= rarian.0:${PORTSDIR}/textproc/rarian
USE_BZIP2= yes
-USES= gettext
+USES= gettext pkgconfig
USE_GMAKE= yes
USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils gconf2
GNU_CONFIGURE= yes
diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile
index b8842ad30902..ee45e93f45f9 100644
--- a/devel/libgdata/Makefile
+++ b/devel/libgdata/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: libgdata
-# Date created: 9 May 2009
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
+# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/devel/libgdata/Makefile,v 1.14 2010/09/30 19:39:17 kwm Exp $
-#
PORTNAME= libgdata
PORTVERSION= 0.6.6
@@ -20,7 +16,7 @@ LIB_DEPENDS= soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome
USE_BZIP2= yes
USE_LDCONFIG= yes
-USES= gettext
+USES= gettext pkgconfig
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
USE_GNOME= gnomehack intltool ltverhack glib20
diff --git a/games/cosmosmash/Makefile b/games/cosmosmash/Makefile
index 94e625d778a2..38ecbcdf1dc6 100644
--- a/games/cosmosmash/Makefile
+++ b/games/cosmosmash/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= flatzebra:${PORTSDIR}/devel/flatzebra \
USE_SDL= sdl image mixer
USE_XORG= x11 xau xdmcp
-USES= iconv
+USES= iconv pkgconfig
USE_GNOME= desktopfileutils
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags`
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile
index c58f4411b4e0..2a5ad963e59e 100644
--- a/irc/xchat/Makefile
+++ b/irc/xchat/Makefile
@@ -19,7 +19,7 @@ CONFLICTS= xchat-1* xchat-systray-plugin-[0-9]*
USE_BZIP2= yes
USE_GMAKE= yes
-USES= gettext
+USES= gettext pkgconfig
USE_GNOME= gnomehack gtk20
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile
index ddcd68243e6a..bc2c7c7a0794 100644
--- a/math/gcalctool/Makefile
+++ b/math/gcalctool/Makefile
@@ -16,7 +16,7 @@ COMMENT= A GNOME 2 calculator tool based on the old calctool for OpenWindows
CONFLICTS= gcalctool-2.31.*
USE_BZIP2= yes
-USES= bison gettext
+USES= bison gettext pkgconfig
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils gtk20
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile
index 23c8dbb5141b..2cbe0efc0cad 100644
--- a/multimedia/totem-pl-parser/Makefile
+++ b/multimedia/totem-pl-parser/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-i
USE_BZIP2= yes
USE_GMAKE= yes
-USES= pathfix gettext
+USES= pathfix gettext pkgconfig
USE_GNOME= gnomeprefix glib20 libxml2 intlhack ltverhack
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile
index 85dec9d7d334..f904b63b528a 100644
--- a/security/gnome-keyring/Makefile
+++ b/security/gnome-keyring/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_ro
USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix gtk20 ltverhack intlhack
USE_GMAKE= yes
-USES= gettext
+USES= gettext pkgconfig
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib" \
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile
index 649b831308fa..8eec26e6ccea 100644
--- a/www/gtkhtml3/Makefile
+++ b/www/gtkhtml3/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup \
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
-USES= gettext
+USES= gettext pkgconfig
USE_BZIP2= yes
USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage
USE_GMAKE= yes
diff --git a/x11-toolkits/gtkglarea2/Makefile b/x11-toolkits/gtkglarea2/Makefile
index ea4645317ab2..1b57b6e4342c 100644
--- a/x11-toolkits/gtkglarea2/Makefile
+++ b/x11-toolkits/gtkglarea2/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: gtkglarea2
-# Date created: 13 August 2002
-# Whom: Marc Recht <marc@informatik.uni-bremen.de>
-#
+# Created by: Marc Recht <marc@informatik.uni-bremen.de>
# $FreeBSD$
# $MCom: ports/x11-toolkits/gtkglarea2/Makefile,v 1.2 2006/09/10 00:51:17 mezz Exp $
@@ -20,6 +17,7 @@ LATEST_LINK= gtkglarea2
USE_GNOME= gnomehack gtk20
USE_BZIP2= yes
USE_GL= yes
+USES= pkgconfig
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-lib-GL
diff --git a/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile
index b7a363b374e4..03ae0f0f38c9 100644
--- a/x11/libgnomekbd/Makefile
+++ b/x11/libgnomekbd/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: libgnomekbd
-# Date created: 2006-11-07
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/x11/libgnomekbd/Makefile,v 1.48 2010/09/28 08:01:11 kwm Exp $
-#
PORTNAME= libgnomekbd
PORTVERSION= 2.32.0
@@ -22,7 +18,7 @@ USE_BZIP2= yes
USE_GNOME= gnomeprefix gnomehack ltverhack gconf2
USE_AUTOTOOLS= libtool
INSTALLS_ICONS= yes
-USES= gettext
+USES= gettext pkgconfig
USE_LDCONFIG= yes
USE_GMAKE= yes
CPPFLAGS+= -I${LOCALBASE}/include