diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2011-09-07 19:50:46 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2011-09-07 19:50:46 +0000 |
commit | 9968bd25b3fbb2efc71a80a86b37b9a5e57ff1e1 (patch) | |
tree | e575d771d7ce2abea5d5c99b3a7312da711ed77c /emulators | |
parent | b1f711291ff91ee95492c49dbcf1793dd10111a7 (diff) | |
download | ports-9968bd25b3fbb2efc71a80a86b37b9a5e57ff1e1.tar.gz ports-9968bd25b3fbb2efc71a80a86b37b9a5e57ff1e1.zip |
- emulators/wahcade: eliminate py-elementtree dependency [0]
- security/zenmap: eliminate py-pysqlite2x dependency [1]
- deskutils/griffith: eliminate py-pysqlite2x dependency [2]
PR: ports/160049 [0], ports/160071 [1], ports/160161 [2]
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> [0,1,2]
Approved by: bapt (mentor)
Notes
Notes:
svn path=/head/; revision=281394
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wahcade/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/wahcade/Makefile b/emulators/wahcade/Makefile index 7201301b8dcc..e55d14dc5d14 100644 --- a/emulators/wahcade/Makefile +++ b/emulators/wahcade/Makefile @@ -7,7 +7,7 @@ PORTNAME= wahcade PORTVERSION= 0.28 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= http://www.anti-particle.com/projects/wahcade/ @@ -15,7 +15,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A frontend for almost any emulator (MameWAH clone) RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ - ${PYTHON_SITELIBDIR}/cElementTree.so:${PORTSDIR}/devel/py-celementtree \ ${PYTHON_SITELIBDIR}/chardet/__init__.py:${PORTSDIR}/textproc/py-chardet USE_PYTHON= 2.5+ |