aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gksu/Makefile
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-05-24 18:27:19 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-05-24 18:27:19 +0000
commite2aec8841bf5966e51d9d3c6ca361f794989df83 (patch)
tree1fcda36d83a234b857de007d2bce2f6b486e1028 /sysutils/gksu/Makefile
parent655b107aff91ab89746ce57f7d06f79dc7eeceec (diff)
downloadports-e2aec8841bf5966e51d9d3c6ca361f794989df83.tar.gz
ports-e2aec8841bf5966e51d9d3c6ca361f794989df83.zip
Notes
Diffstat (limited to 'sysutils/gksu/Makefile')
-rw-r--r--sysutils/gksu/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/gksu/Makefile b/sysutils/gksu/Makefile
index 139f43c47b29..2e0cb5dcb8aa 100644
--- a/sysutils/gksu/Makefile
+++ b/sysutils/gksu/Makefile
@@ -14,8 +14,8 @@ LIB_DEPENDS= gksu2:${PORTSDIR}/sysutils/libgksu \
nautilus-extension:${PORTSDIR}/x11-fm/nautilus \
gnome-keyring:${PORTSDIR}/security/gnome-keyring
-USES= pathfix pkgconfig
-USE_GNOME= desktopfileutils gconf2 gnomeprefix gtk20 intlhack
+USES= desktop-file-utils pathfix pkgconfig
+USE_GNOME= gconf2 gnomeprefix gtk20 intlhack
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
@@ -29,7 +29,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|glib/gkeyfile.h|glib.h|g' \
${WRKSRC}/nautilus-gksu/libnautilus-gksu.c
-post-install:
- -update-desktop-database
-
.include <bsd.port.mk>