aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gksu/Makefile
diff options
context:
space:
mode:
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>