diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /emulators/zsnes/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'emulators/zsnes/Makefile')
-rw-r--r-- | emulators/zsnes/Makefile | 6 |
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 |