Add an explicit dependency on pkgconf
This commit is contained in:
parent
c23d2b8109
commit
aaf3fcefea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326160
2 changed files with 4 additions and 13 deletions
|
@ -1,10 +1,6 @@
|
|||
# New ports collection makefile for: liboobs
|
||||
# Date created: 2006-06-06
|
||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/devel/liboobs/Makefile,v 1.50 2010/09/27 17:46:12 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= liboobs
|
||||
PORTVERSION= 2.32.0
|
||||
|
@ -21,7 +17,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
|||
RUN_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf:${PORTSDIR}/sysutils/system-tools-backends
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack glib20
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
# New ports collection makefile for: gnome-power-manager
|
||||
# Date created: 03 May 2006
|
||||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/sysutils/gnome-power-manager/Makefile,v 1.73 2011/04/30 20:43:26 mezz Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gnome-power-manager
|
||||
PORTVERSION= 2.32.0
|
||||
|
@ -25,9 +21,8 @@ RUN_DEPENDS= pkexec:${PORTSDIR}/sysutils/polkit
|
|||
|
||||
CONFLICTS= gnome-power-manager-3.[0-9]*
|
||||
|
||||
USES= gettext
|
||||
USES= gettext gmake pkgconfig
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_OMF= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
|
Loading…
Reference in a new issue