diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 00:21:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 00:21:38 +0800 |
commit | ab93ec4098542fafc79f85ccb037c088a175a225 (patch) | |
tree | 0f91c8ecd5ebbf28bdef91ce28d785f5877b833d /sysutils | |
parent | b9ef45ee941ff10c20e52800c17a4fe88584047e (diff) | |
download | freebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.tar.gz freebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.tar.zst freebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/consolekit/Makefile | 7 | ||||
-rw-r--r-- | sysutils/upower/Makefile | 3 |
2 files changed, 3 insertions, 7 deletions
diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile index cd0f74ab12dd..ef7f87bd73de 100644 --- a/sysutils/consolekit/Makefile +++ b/sysutils/consolekit/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: ConsoleKit -# Date Created: 26 Aug 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# +# Created by: Florent Thoumie <flz@FreeBSD.org> # $FreeBSD$ # $MCom: ports/sysutils/consolekit/Makefile,v 1.25 2010/10/23 10:12:30 kwm Exp $ @@ -20,7 +17,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ WRKSRC= ${WRKDIR}/ConsoleKit-${PORTVERSION} USE_BZIP2= yes USE_XORG= x11 -USES= pathfix gettext +USES= pathfix gettext pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/sysutils/upower/Makefile b/sysutils/upower/Makefile index 4a916b6ee00b..0d0399ce35d8 100644 --- a/sysutils/upower/Makefile +++ b/sysutils/upower/Makefile @@ -18,9 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/girepository-1.0/GObject-2.0.typelib:${PORTSDIR}/d LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext +USES= gettext gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gnomehack intlhack ltverhack glib20 USE_AUTOTOOLS= libtool USE_LDCONFIG= yes |