aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/gtg
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/gtg')
-rw-r--r--deskutils/gtg/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/deskutils/gtg/Makefile b/deskutils/gtg/Makefile
index 7546f8e882b3..69f103423106 100644
--- a/deskutils/gtg/Makefile
+++ b/deskutils/gtg/Makefile
@@ -17,8 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=0:${PORTSDIR}/devel/py-configobj
xset:${PORTSDIR}/x11/xset
FETCH_ARGS= -pRr
-USE_GNOME= desktopfileutils pygobject pygtk2
-USES= gettext
+USE_GNOME= pygobject pygtk2
+USES= gettext desktop-file-utils
INSTALLS_ICONS= yes
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
@@ -40,7 +40,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin|' \
${WRKSRC}/org.gnome.GTG.service
-post-install:
- @-update-desktop-database
-
.include <bsd.port.mk>