diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-08-19 17:54:33 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-08-19 17:54:33 +0000 |
commit | 0f5c862cf9ebe7813706c1569e42aec265583f22 (patch) | |
tree | a173fd508621c31fc54813254a767b1f0ed74dbf /emulators/loemu/Makefile | |
parent | 84ef40b4fa2f6ef26c6d5542420a501cadcb768f (diff) |
Notes
Diffstat (limited to 'emulators/loemu/Makefile')
-rw-r--r-- | emulators/loemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/loemu/Makefile b/emulators/loemu/Makefile index babebd30b619..25a003b8345d 100644 --- a/emulators/loemu/Makefile +++ b/emulators/loemu/Makefile @@ -6,8 +6,7 @@ # PORTNAME= loemu -PORTVERSION= 0.1.1 -PORTREVISION= 1 +PORTVERSION= 0.2.0 CATEGORIES= emulators python MASTER_SITES= http://loemu.pegueroles.com/dists/ @@ -18,6 +17,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.pth:${PORTSDIR}/x11-toolkits/py-gtk2 \ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt +USE_GETTEXT= yes USE_PYTHON= yes USE_PYDISTUTILS= yes NO_BUILD= yes |