aboutsummaryrefslogtreecommitdiff
path: root/emulators/zsnes
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/zsnes
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/zsnes')
-rw-r--r--emulators/zsnes/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile
index 0783972340ac..ee7682294411 100644
--- a/emulators/zsnes/Makefile
+++ b/emulators/zsnes/Makefile
@@ -13,8 +13,8 @@ MAINTAINER= cyberbotx@cyberbotx.com
COMMENT= Intel x86 only Super Nintendo Entertainment System (SNES) Emulator
# This must be >= 0.98!
-BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
-LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
+BUILD_DEPENDS= nasm:devel/nasm
+LIB_DEPENDS= libpng.so:graphics/png
ONLY_FOR_ARCHS= i386
ONLY_FOR_ARCHS_REASON= non-portable, for a portable emulator see emulators/snes9x
@@ -39,7 +39,7 @@ JMA_CONFIGURE_ENABLE= jma
X11_CONFIGURE_WITH= x
OPENGL_CONFIGURE_ENABLE= opengl
-AO_LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao
+AO_LIB_DEPENDS= libao.so:audio/libao
AO_CONFIGURE_ENABLE= libao
CFLAGS+= -I${LOCALBASE}/include