diff options
Diffstat (limited to 'sysutils/consolekit/Makefile')
-rw-r--r-- | sysutils/consolekit/Makefile | 7 |
1 files changed, 2 insertions, 5 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 |