svn commit: r323930 - head/finance/tryton

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 29 22:36:00 UTC 2013


Author: bapt
Date: Mon Jul 29 22:36:00 2013
New Revision: 323930
URL: http://svnweb.freebsd.org/changeset/ports/323930

Log:
  Fix dependency on gettext

Modified:
  head/finance/tryton/Makefile

Modified: head/finance/tryton/Makefile
==============================================================================
--- head/finance/tryton/Makefile	Mon Jul 29 22:10:42 2013	(r323929)
+++ head/finance/tryton/Makefile	Mon Jul 29 22:36:00 2013	(r323930)
@@ -15,10 +15,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}date
 
 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


More information about the svn-ports-all mailing list