diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2011-04-09 05:35:42 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2011-04-09 05:35:42 +0000 |
commit | d74a1703584557361c0d4ffb193cbaa5109b2bb9 (patch) | |
tree | 7c0a86a6472d24022e0d23010fc0a0d542773a58 /emulators | |
parent | 6c47c60af70a0da21d57c5a76cac6e8e41a7c415 (diff) | |
download | ports-d74a1703584557361c0d4ffb193cbaa5109b2bb9.tar.gz ports-d74a1703584557361c0d4ffb193cbaa5109b2bb9.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-doors/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/wine-doors/Makefile b/emulators/wine-doors/Makefile index 73a5118fc4d8..762e4a9049a0 100644 --- a/emulators/wine-doors/Makefile +++ b/emulators/wine-doors/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.wine-doors.org/releases/ MAINTAINER= eg@fbsd.lt COMMENT= Windows application management for the GNOME Desktop -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/${PYLXML_EGG}:${PORTSDIR}/devel/py-lxml \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \ ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo \ ${PYTHON_SITELIBDIR}/gtk-2.0/gtksourceview.so:${PORTSDIR}/x11-toolkits/py-gnome-desktop \ bash:${PORTSDIR}/shells/bash \ @@ -40,8 +40,4 @@ do-install: ${INSTALL_DATA} ${WRKDIR}/preferences.xml ${PREFIX}/etc/${PORTNAME} ${PYTHON_CMD} ${WRKSRC}/setup.py install --prefix=${PREFIX} -.include <bsd.port.pre.mk> - -PYLXML_EGG!= ${MAKE} -f ${PORTSDIR}/devel/py-lxml/Makefile -V PYLXML_EGG - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |