aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-03 05:16:30 +0800
committerbapt <bapt@FreeBSD.org>2013-09-03 05:16:30 +0800
commit46ccc06ed12754ba1915e6ced7a556dbf908d709 (patch)
tree01acb1d2a968dc8d10b50517f6c4e4baf10c93e6 /sysutils
parentcfb51d057a3d4878b0c7f7fef7d78c84d49810fb (diff)
downloadfreebsd-ports-gnome-46ccc06ed12754ba1915e6ced7a556dbf908d709.tar.gz
freebsd-ports-gnome-46ccc06ed12754ba1915e6ced7a556dbf908d709.tar.zst
freebsd-ports-gnome-46ccc06ed12754ba1915e6ced7a556dbf908d709.zip
Add an explicit dependency on pkgconf
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gkrellmwho2/Makefile7
-rw-r--r--sysutils/gpkgdep/Makefile7
-rw-r--r--sysutils/xcdroast/Makefile3
3 files changed, 5 insertions, 12 deletions
diff --git a/sysutils/gkrellmwho2/Makefile b/sysutils/gkrellmwho2/Makefile
index d91fe34ac554..dfd2cd573d11 100644
--- a/sysutils/gkrellmwho2/Makefile
+++ b/sysutils/gkrellmwho2/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gkrellmwho2
-# Date created: 12 Nov 2003
-# Whom: Alexey Zaytsev
-#
+# Created by: Alexey Zaytsev
# $FreeBSD$
-#
PORTNAME= gkrellmwho2
PORTVERSION= 0.2.8
@@ -21,6 +17,7 @@ RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
HAS_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
+USES= pkgconfig
ALL_TARGET=
PLIST_FILES= libexec/gkrellm2/plugins/gkrellmwho2.so
diff --git a/sysutils/gpkgdep/Makefile b/sysutils/gpkgdep/Makefile
index 1d823ea6fc4e..4097ccec817e 100644
--- a/sysutils/gpkgdep/Makefile
+++ b/sysutils/gpkgdep/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: gpkgdep
-# Date created: 2002/11/28
-# Whom: Heiner <h.eichmann@gmx.de>
-#
+# Created by: Heiner <h.eichmann@gmx.de>
# $FreeBSD$
PORTNAME= gpkgdep
@@ -19,7 +16,7 @@ USE_BZIP2= yes
USE_GNOME= gtk20
USE_AUTOTOOLS= automake14 autoconf
AUTOMAKE_ARGS= --add-missing
-USE_GMAKE= yes
+USES= gmake pkgconfig
PLIST_FILES= bin/gpkgdep
.include <bsd.port.mk>
diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile
index c593b57a9140..ffc23df04f5b 100644
--- a/sysutils/xcdroast/Makefile
+++ b/sysutils/xcdroast/Makefile
@@ -20,10 +20,9 @@ NONROOT_DESC= Use xcdroast w/o being root
RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools
BUILD_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools
-USES= gettext
+USES= gettext gmake pkgconfig
GNU_CONFIGURE= yes
WANT_GNOME= yes
-USE_GMAKE= yes
CONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}" \
GLIB_CONFIG="${GLIB_CONFIG}"