diff options
-rw-r--r-- | devel/liboobs/Makefile | 8 | ||||
-rw-r--r-- | sysutils/gnome-power-manager/Makefile | 9 |
2 files changed, 4 insertions, 13 deletions
diff --git a/devel/liboobs/Makefile b/devel/liboobs/Makefile index f7c4a99435a4..a9a5ae340cc8 100644 --- a/devel/liboobs/Makefile +++ b/devel/liboobs/Makefile @@ -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 diff --git a/sysutils/gnome-power-manager/Makefile b/sysutils/gnome-power-manager/Makefile index 22e0c8219507..aea21f983b0a 100644 --- a/sysutils/gnome-power-manager/Makefile +++ b/sysutils/gnome-power-manager/Makefile @@ -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 |