aboutsummaryrefslogtreecommitdiffstats
path: root/finance/tryton/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'finance/tryton/Makefile')
-rw-r--r--finance/tryton/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/finance/tryton/Makefile b/finance/tryton/Makefile
index 164029ae6504..b9df61c519a0 100644
--- a/finance/tryton/Makefile
+++ b/finance/tryton/Makefile
@@ -1,11 +1,12 @@
+# Created by: Matthias Petermann <matthias@petermann-it.de>
# $FreeBSD$
PORTNAME= tryton
-PORTVERSION= 2.4.4
+PORTVERSION= 2.4.7
CATEGORIES= finance python
MASTER_SITES= http://downloads.tryton.org/2.4/
-MAINTAINER= matthias@petermann.it
+MAINTAINER= matthias@petermann-it.de
COMMENT= Tryton Application Platform (Gtk+ Client)
LICENSE= GPLv3
@@ -15,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil
CONFLICTS= tryton-2.[68].*
-USES= gettext
+USES= desktop-file-utils gettext
USE_PYTHON= -2.7
USE_PYDISTUTILS=easy_install
USE_GNOME= gtk20 desktopfileutils pygtk2
@@ -23,6 +24,5 @@ USE_GNOME= gtk20 desktopfileutils pygtk2
post-install:
${INSTALL_DATA} ${WRKSRC}/tryton.desktop ${PREFIX}/share/applications/tryton.desktop
${INSTALL_DATA} ${WRKSRC}/share/pixmaps/tryton/tryton-icon.png ${PREFIX}/share/pixmaps/tryton-icon.png
- -@update-desktop-database
.include <bsd.port.mk>