diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
commit | 1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /sysutils/gnome-device-manager/Makefile | |
parent | - login(3), logout(3), and logwtmp(3) were removed in base r202216 (diff) |
Add an explicit dependency on pkgconf
Diffstat (limited to 'sysutils/gnome-device-manager/Makefile')
-rw-r--r-- | sysutils/gnome-device-manager/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/gnome-device-manager/Makefile b/sysutils/gnome-device-manager/Makefile index a5b7b0bce300..93b0e75cec8d 100644 --- a/sysutils/gnome-device-manager/Makefile +++ b/sysutils/gnome-device-manager/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome-device-manager -# Date Created: 08 January 2008 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/sysutils/gnome-device-manager/Makefile,v 1.1 2008/01/08 06:47:29 marcus Exp $ -# PORTNAME= gnome-device-manager PORTVERSION= 0.2 @@ -18,7 +14,7 @@ COMMENT= HAL device manager for the GNOME Desktop LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack intlhack ltverhack libgnomeui USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes |