diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-30 06:36:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-30 06:36:00 +0800 |
commit | 63b7f1e11626e8c8949bf9408bcb6293c998ff72 (patch) | |
tree | d0602c20964d55ac85a1cbe91ca6b329748515d3 /finance | |
parent | a642814e27dfb3567d5bba2f3d99a259545dfe13 (diff) | |
download | freebsd-ports-gnome-63b7f1e11626e8c8949bf9408bcb6293c998ff72.tar.gz freebsd-ports-gnome-63b7f1e11626e8c8949bf9408bcb6293c998ff72.tar.zst freebsd-ports-gnome-63b7f1e11626e8c8949bf9408bcb6293c998ff72.zip |
Fix dependency on gettext
Diffstat (limited to 'finance')
-rw-r--r-- | finance/tryton/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/tryton/Makefile b/finance/tryton/Makefile index ba719b54914f..164029ae6504 100644 --- a/finance/tryton/Makefile +++ b/finance/tryton/Makefile @@ -15,10 +15,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil CONFLICTS= tryton-2.[68].* +USES= gettext USE_PYTHON= -2.7 USE_PYDISTUTILS=easy_install USE_GNOME= gtk20 desktopfileutils pygtk2 -USE_GETTEXT= yes post-install: ${INSTALL_DATA} ${WRKSRC}/tryton.desktop ${PREFIX}/share/applications/tryton.desktop |