diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-07-18 10:42:14 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-07-18 10:42:14 +0000 |
commit | 1986625cbbae9c94e52ecb17d713488b921054b3 (patch) | |
tree | 9811a34e9278aa302a8c047f7831286ed498e5e3 /deskutils/gtg | |
parent | 132126c50c88820215956dc4aa83634d572f8f09 (diff) | |
download | ports-1986625cbbae9c94e52ecb17d713488b921054b3.tar.gz ports-1986625cbbae9c94e52ecb17d713488b921054b3.zip |
Notes
Diffstat (limited to 'deskutils/gtg')
-rw-r--r-- | deskutils/gtg/Makefile | 7 |
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> |