diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-06-01 06:52:40 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-06-01 06:52:40 +0800 |
commit | 68dd04711b0233ebc022eba4d73ae69a15ab9377 (patch) | |
tree | 1e537896a657568a4a80d9789ac67d477a6fb2b0 /sysutils | |
parent | 9fa5d4e59f0a1ef12f3c6956ba954548f38e4c6f (diff) | |
download | freebsd-ports-gnome-68dd04711b0233ebc022eba4d73ae69a15ab9377.tar.gz freebsd-ports-gnome-68dd04711b0233ebc022eba4d73ae69a15ab9377.tar.zst freebsd-ports-gnome-68dd04711b0233ebc022eba4d73ae69a15ab9377.zip |
Bump PORTREVISION and add USE_GETTEXT where missing.
PR: 147257
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/consolekit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile index 755f848955ca..1742db0deb34 100644 --- a/sysutils/consolekit/Makefile +++ b/sysutils/consolekit/Makefile @@ -7,7 +7,7 @@ PORTNAME= consolekit PORTVERSION= 0.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils gnome MASTER_SITES= http://www.freedesktop.org/software/ConsoleKit/dist/ DISTFILES= ConsoleKit-${PORTVERSION}${EXTRACT_SUFX} @@ -20,6 +20,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ WRKSRC= ${WRKDIR}/ConsoleKit-${PORTVERSION} USE_BZIP2= yes +USE_GETTEXT= yes USE_XORG= x11 USE_GNOME= gnomehack USE_GMAKE= yes |