diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-23 22:12:34 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-23 22:12:34 +0800 |
commit | 175cb8a7f07076f5123423e1932dd3688aaf2239 (patch) | |
tree | 48197b48f9aef08329b66548b591bb15eb1e250d /sysutils | |
parent | a78e65c7ce031ff755e67c374ba44f2902e328a8 (diff) | |
download | freebsd-ports-gnome-175cb8a7f07076f5123423e1932dd3688aaf2239.tar.gz freebsd-ports-gnome-175cb8a7f07076f5123423e1932dd3688aaf2239.tar.zst freebsd-ports-gnome-175cb8a7f07076f5123423e1932dd3688aaf2239.zip |
- Remove USES=desktop-file-utils as suggested by stage-qa
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gksu/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/gksu/Makefile b/sysutils/gksu/Makefile index 23aa7a88b8eb..4bf9829fdd52 100644 --- a/sysutils/gksu/Makefile +++ b/sysutils/gksu/Makefile @@ -3,7 +3,7 @@ PORTNAME= gksu PORTVERSION= 2.0.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://people.debian.org/~kov/gksu/ @@ -14,8 +14,7 @@ LIB_DEPENDS= libgksu2.so:${PORTSDIR}/sysutils/libgksu \ libnautilus-extension.so:${PORTSDIR}/x11-fm/nautilus \ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring -USES= desktop-file-utils gettext-tools gmake libtool pathfix \ - pkgconfig +USES= gettext-tools gmake libtool pathfix pkgconfig USE_GNOME= gconf2 gnomeprefix gtk20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes |