aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/patchage/Makefile1
-rw-r--r--audio/xmms-faad/Makefile.inc1
-rw-r--r--chinese/fcitx-cloudpinyin/Makefile8
-rw-r--r--chinese/fcitx-googlepinyin/Makefile2
-rw-r--r--chinese/fcitx-libpinyin/Makefile2
-rw-r--r--chinese/fcitx-sunpinyin/Makefile8
-rw-r--r--chinese/fcitx-ui-light/Makefile8
-rw-r--r--chinese/ibus-chewing/Makefile2
-rw-r--r--databases/php5-pdo_cassandra/Makefile1
-rw-r--r--graphics/gimp-data-extras/Makefile7
-rw-r--r--graphics/gimp-save-for-web/Makefile3
-rw-r--r--graphics/zathura-pdf-poppler/Makefile3
-rw-r--r--mail/gkrellmmailwatch/Makefile7
-rw-r--r--net-im/pidgin-audacious-remote/Makefile7
-rw-r--r--net-im/pidgin-manualsize/Makefile7
-rw-r--r--net-im/pidgin-msn-pecan/Makefile9
-rw-r--r--science/gchemutils/Makefile3
-rw-r--r--x11/gtk-theme-switch2/Makefile8
18 files changed, 27 insertions, 60 deletions
diff --git a/audio/patchage/Makefile b/audio/patchage/Makefile
index c047cc73c54e..556f6493e6c0 100644
--- a/audio/patchage/Makefile
+++ b/audio/patchage/Makefile
@@ -22,6 +22,7 @@ LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \
glademm-2.4:${PORTSDIR}/devel/libglademm24 \
flowcanvas.5:${PORTSDIR}/x11-toolkits/flowcanvas
+USES= pkgconfig
USE_BZIP2= yes
USE_PYTHON_BUILD=yes
INSTALLS_ICONS= yes
diff --git a/audio/xmms-faad/Makefile.inc b/audio/xmms-faad/Makefile.inc
index db0f686f9ce7..7630774877a4 100644
--- a/audio/xmms-faad/Makefile.inc
+++ b/audio/xmms-faad/Makefile.inc
@@ -11,6 +11,7 @@ RUN_DEPENDS= faad2>=2.7:${PORTSDIR}/audio/faad
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/plugins/xmms/src
+USES+= pkgconfig
USE_BZIP2= yes
WANT_GNOME= yes
diff --git a/chinese/fcitx-cloudpinyin/Makefile b/chinese/fcitx-cloudpinyin/Makefile
index efa58222cc1d..fa3fde708ca7 100644
--- a/chinese/fcitx-cloudpinyin/Makefile
+++ b/chinese/fcitx-cloudpinyin/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fcitx-cloudpinyin
-# Date created: 11 Nov 2011
-# Whom: Zhihao Yuan <lichray@gmail.com>
-#
+# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
-#
PORTNAME= fcitx-cloudpinyin
PORTVERSION= 0.3.0
@@ -19,7 +15,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \
curl:${PORTSDIR}/ftp/curl
USE_XZ= yes
-USES= cmake gettext
+USES= cmake gettext pkgconfig
USE_GNOME= intltool
PROJECTHOST= fcitx
diff --git a/chinese/fcitx-googlepinyin/Makefile b/chinese/fcitx-googlepinyin/Makefile
index f4f07a9aaf52..a78da0826f7a 100644
--- a/chinese/fcitx-googlepinyin/Makefile
+++ b/chinese/fcitx-googlepinyin/Makefile
@@ -14,7 +14,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \
googlepinyin:${PORTSDIR}/chinese/libgooglepinyin
USE_XZ= yes
-USES= cmake gettext
+USES= cmake gettext pkgconfig
USE_GNOME= intltool
PROJECTHOST= fcitx
diff --git a/chinese/fcitx-libpinyin/Makefile b/chinese/fcitx-libpinyin/Makefile
index d3467f96dd80..efee410721ba 100644
--- a/chinese/fcitx-libpinyin/Makefile
+++ b/chinese/fcitx-libpinyin/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \
USE_LDCONFIG= ${PREFIX}/lib/fcitx/
USE_XZ= yes
-USES= cmake gettext
+USES= cmake gettext pkgconfig
USE_GNOME= intltool
INSTALLS_ICONS= yes
diff --git a/chinese/fcitx-sunpinyin/Makefile b/chinese/fcitx-sunpinyin/Makefile
index 1ccd085d15e7..7753d5f878be 100644
--- a/chinese/fcitx-sunpinyin/Makefile
+++ b/chinese/fcitx-sunpinyin/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fcitx-sunpinyin
-# Date created: 10 Nov 2011
-# Whom: Zhihao Yuan <lichray@gmail.com>
-#
+# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
-#
PORTNAME= fcitx-sunpinyin
PORTVERSION= 0.3.9
@@ -19,7 +15,7 @@ BUILD_DEPENDS= zh-sunpinyin>=2.0.4.r2:${PORTSDIR}/chinese/sunpinyin
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_XZ= yes
-USES= cmake gettext
+USES= cmake gettext pkgconfig
USE_GNOME= intltool
INSTALLS_ICONS= yes
diff --git a/chinese/fcitx-ui-light/Makefile b/chinese/fcitx-ui-light/Makefile
index f9bd5fd86a4e..ed9b8202e0b8 100644
--- a/chinese/fcitx-ui-light/Makefile
+++ b/chinese/fcitx-ui-light/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fcitx-ui-light
-# Date created: 09 Nov 2011
-# Whom: Zhihao Yuan <lichray@gmail.com>
-#
+# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
-#
PORTNAME= fcitx-ui-light
PORTVERSION= 0.1.3
@@ -20,7 +16,7 @@ LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \
USE_BZIP2= yes
USE_XORG= x11 xft xpm
-USES= cmake gettext
+USES= cmake gettext pkgconfig
USE_GNOME= intltool
PROJECTHOST= fcitx
diff --git a/chinese/ibus-chewing/Makefile b/chinese/ibus-chewing/Makefile
index c856b8f70ffc..0347f987c421 100644
--- a/chinese/ibus-chewing/Makefile
+++ b/chinese/ibus-chewing/Makefile
@@ -22,7 +22,7 @@ LIB_DEPENDS= chewing:${PORTSDIR}/chinese/libchewing
CMAKE_ARGS+= -DSYSCONF_INSTALL_DIR=${PREFIX}/etc \
-DLIB_DIR=${PREFIX}/lib
GCONF_SCHEMAS= ${PORTNAME}.schemas
-USES= cmake gettext
+USES= cmake gettext pkgconfig
USE_GNOME= gconf2 gtk20
USE_XORG= xtst
diff --git a/databases/php5-pdo_cassandra/Makefile b/databases/php5-pdo_cassandra/Makefile
index 1564985fbdbc..b26086119d87 100644
--- a/databases/php5-pdo_cassandra/Makefile
+++ b/databases/php5-pdo_cassandra/Makefile
@@ -21,6 +21,7 @@ GITHUB_USER= mkoppanen
FETCH_ARGS= -pRr
WRKSRC= ${WRKDIR}/${GITHUB_USER}-php-${PORTNAME}-${GITREVISION}
+USES= pkgconfig
USE_PHP_BUILD= yes
USE_PHP= pdo
USE_PHPEXT= yes
diff --git a/graphics/gimp-data-extras/Makefile b/graphics/gimp-data-extras/Makefile
index ef04f989e5fd..7b3197a4ad74 100644
--- a/graphics/gimp-data-extras/Makefile
+++ b/graphics/gimp-data-extras/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gimp-data-extras
-# Date created: 2008-02-23
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= gimp-data-extras
PORTVERSION= 2.0.2
@@ -23,6 +19,7 @@ COMMENT= Collection of additional brushes and patterns files for GIMP
LIB_DEPENDS= gimp-2.0.0:${PORTSDIR}/graphics/gimp-app
+USES= pkgconfig
USE_BZIP2= yes
GNU_CONFIGURE= yes
diff --git a/graphics/gimp-save-for-web/Makefile b/graphics/gimp-save-for-web/Makefile
index 342d851e2c0c..4f4cc1abe162 100644
--- a/graphics/gimp-save-for-web/Makefile
+++ b/graphics/gimp-save-for-web/Makefile
@@ -14,10 +14,9 @@ LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp-app
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
USE_BZIP2= yes
-USES= gettext
+USES= gettext gmake pkgconfig
USE_PERL5_BUILD=yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
USE_GNOME= gnomehack intltool
post-patch:
diff --git a/graphics/zathura-pdf-poppler/Makefile b/graphics/zathura-pdf-poppler/Makefile
index f264a7957e2e..c38b93e9abe5 100644
--- a/graphics/zathura-pdf-poppler/Makefile
+++ b/graphics/zathura-pdf-poppler/Makefile
@@ -14,8 +14,7 @@ BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura
RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura
USE_GNOME= glib20 gtk20
-USE_GMAKE= yes
-USES= desktop-file-utils
+USES= desktop-file-utils gmake pkgconfig
PLIST_FILES= lib/zathura/pdf.so \
share/applications/zathura-pdf-poppler.desktop
diff --git a/mail/gkrellmmailwatch/Makefile b/mail/gkrellmmailwatch/Makefile
index 3a28645c4498..b0f5d69d87e5 100644
--- a/mail/gkrellmmailwatch/Makefile
+++ b/mail/gkrellmmailwatch/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gkrellm-mailwatch
-# Date Created: 22.08.2000
-# Whom: Tobias Reifenberger <treif@mayn.de>
-#
+# Created by: Tobias Reifenberger <treif@mayn.de>
# $FreeBSD$
-#
PORTNAME= gkrellmmailwatch
PORTVERSION= 0.7.2
@@ -19,6 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrel
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
PLIST_FILES= libexec/gkrellm/plugins/mailwatch.so
+USES= pkgconfig
USE_GNOME= imlib
do-install:
diff --git a/net-im/pidgin-audacious-remote/Makefile b/net-im/pidgin-audacious-remote/Makefile
index 0c7a20d670ad..e6cd9129147c 100644
--- a/net-im/pidgin-audacious-remote/Makefile
+++ b/net-im/pidgin-audacious-remote/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pidgin-audacious-remote
-# Date created: 30 August 2011
-# Whom: Anton Hryciuk <gnixua@gmail.com>
-#
+# Created by: Anton Hryciuk <gnixua@gmail.com>
# $FreeBSD$
-#
PORTNAME= pidgin-audacious-remote
PORTVERSION= 0.5
@@ -20,6 +16,7 @@ BUILD_DEPENDS= audacious>=2.2:${PORTSDIR}/multimedia/audacious \
pidgin:${PORTSDIR}/net-im/pidgin
RUN_DEPENDS:= ${BUILD_DEPENDS}
+USES= pkgconfig
USE_BZIP2= yes
diff --git a/net-im/pidgin-manualsize/Makefile b/net-im/pidgin-manualsize/Makefile
index da7d87a370f3..00e26a0bee46 100644
--- a/net-im/pidgin-manualsize/Makefile
+++ b/net-im/pidgin-manualsize/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pidgin-manualsize
-# Date created: 8 May 2008
-# Whom: Joseph S. Atkinson <jsatkinson@embarqmail.com>
-#
+# Created by: Joseph S. Atkinson <jsatkinson@embarqmail.com>
# $FreeBSD$
-#
PORTNAME= manualsize
PORTVERSION= 0.7
@@ -24,6 +20,7 @@ MAKEFILE= makefile
PLIST_FILES= lib/pidgin/manualsize.so
+USES= pkgconfig
USE_BZIP2= yes
ALL_TARGET= manualsize.so
diff --git a/net-im/pidgin-msn-pecan/Makefile b/net-im/pidgin-msn-pecan/Makefile
index ad3ea23c27da..fa3909bdada6 100644
--- a/net-im/pidgin-msn-pecan/Makefile
+++ b/net-im/pidgin-msn-pecan/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pidgin-msn-pecan
-# Date created: 30 July 2008
-# Whom: hrkfrd@gmail.com
-#
+# Created by: hrkfrd@gmail.com
# $FreeBSD$
-#
PORTNAME= msn-pecan
PORTVERSION= 0.1.0.r1
@@ -23,9 +19,8 @@ LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple
PROJECTHOST= msn-pecan
USE_BZIP2= yes
-USE_GMAKE= yes
USE_LDCONFIG= yes
-USES= gettext
+USES= gettext gmake pkgconfig
post-install:
${GMAKE} -C ${WRKSRC} install_locales
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile
index e39a5ab33890..0db18b7ccb81 100644
--- a/science/gchemutils/Makefile
+++ b/science/gchemutils/Makefile
@@ -24,8 +24,7 @@ PORTSCOUT= limitw:1,even
USE_XZ= yes
USE_XORG= x11
USE_GNOME= gnomedocutils gtk30 intlhack libgsf libxml2
-USE_GMAKE= yes
-USES= desktop-file-utils gettext pathfix shared-mime-info
+USES= desktop-file-utils gettext pathfix shared-mime-info gmake pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/x11/gtk-theme-switch2/Makefile b/x11/gtk-theme-switch2/Makefile
index 24dbc9a70004..bfbec5990357 100644
--- a/x11/gtk-theme-switch2/Makefile
+++ b/x11/gtk-theme-switch2/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gtk-theme-switch2
-# Date Created: 4 December 2007
-# Whom: Oleg Pudeyev <oleg@bsdpower.com>
-#
+# Created by: Oleg Pudeyev <oleg@bsdpower.com>
# $FreeBSD$
-#
PORTNAME= gtk-theme-switch
DISTVERSION= 2.0.0rc2
@@ -14,9 +10,9 @@ MASTER_SITES= http://www.muhri.net/
MAINTAINER= oleg@bsdpower.com
COMMENT= A command line tool for switching GTK+ 2.0 themes
+USES= gmake pkgconfig
USE_XORG= x11
USE_GNOME= gtk20
-USE_GMAKE= yes
MAN1= switch2.1
PLIST_FILES= bin/switch2