aboutsummaryrefslogtreecommitdiff
path: root/emulators/loemu
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /emulators/loemu
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412346
Diffstat (limited to 'emulators/loemu')
-rw-r--r--emulators/loemu/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/emulators/loemu/Makefile b/emulators/loemu/Makefile
index d0b54087845e..efc47579fb7d 100644
--- a/emulators/loemu/Makefile
+++ b/emulators/loemu/Makefile
@@ -12,9 +12,9 @@ COMMENT= Simple frontend for various game emulators
LICENSE= GPLv2+
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \
- ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \
- ${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:x11-toolkits/py-gtk2 \
+ ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2 \
+ ${PYTHON_SITELIBDIR}/libxslt.py:textproc/py-libxslt
USES= gettext python shebangfix
USE_PYTHON= distutils
@@ -27,9 +27,9 @@ OPTIONS_DEFAULT= MAME SNES9X
MAME_DESC= Install mame emulator
SNES9X_DESC= Install snes9x emulator
ZSNES_DESC= Install zsnes emulator
-MAME_RUN_DEPENDS= mame>=0.154:${PORTSDIR}/emulators/mame
-SNES9X_RUN_DEPENDS= snes9x:${PORTSDIR}/emulators/snes9x
-ZSNES_RUN_DEPENDS= zsnes:${PORTSDIR}/emulators/zsnes
+MAME_RUN_DEPENDS= mame>=0.154:emulators/mame
+SNES9X_RUN_DEPENDS= snes9x:emulators/snes9x
+ZSNES_RUN_DEPENDS= zsnes:emulators/zsnes
.include <bsd.port.options.mk>