aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2005-10-25 16:07:20 +0800
committerdinoex <dinoex@FreeBSD.org>2005-10-25 16:07:20 +0800
commitc8a9af23edd0a8c74bda6639d886dd89d0d32c29 (patch)
treee441036212fe353978dd57b4fdad5c80ca4bd06d /emulators
parentac992b1e9bbbcaed80f7ba8090fb019cf6ebd8c2 (diff)
downloadfreebsd-ports-gnome-c8a9af23edd0a8c74bda6639d886dd89d0d32c29.tar.gz
freebsd-ports-gnome-c8a9af23edd0a8c74bda6639d886dd89d0d32c29.tar.zst
freebsd-ports-gnome-c8a9af23edd0a8c74bda6639d886dd89d0d32c29.zip
- require mupen64-rice only in i385
Approved by: maintainer (implict)
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mupen64/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/emulators/mupen64/Makefile b/emulators/mupen64/Makefile
index 68bbc22cca98..598a8bb08bcf 100644
--- a/emulators/mupen64/Makefile
+++ b/emulators/mupen64/Makefile
@@ -21,7 +21,6 @@ RUN_DEPENDS+= ${PLUGINDIR}/mupen64_audio.so:${PORTSDIR}/${PKGCATEGORY}/mupen64-s
RUN_DEPENDS+= ${PLUGINDIR}/jttl_audio.so:${PORTSDIR}/${PKGCATEGORY}/mupen64-sdlaudio
RUN_DEPENDS+= ${PLUGINDIR}/mupen64_input.so:${PORTSDIR}/${PKGCATEGORY}/mupen64-input
RUN_DEPENDS+= ${PLUGINDIR}/blight_input.so:${PORTSDIR}/${PKGCATEGORY}/mupen64-sdlinput
-RUN_DEPENDS+= ${PLUGINDIR}/ricedaedalus.so:${PORTSDIR}/${PKGCATEGORY}/mupen64-rice
RUN_DEPENDS+= ${PLUGINDIR}/mupen64_hle_rsp_azimer.so:${PORTSDIR}/${PKGCATEGORY}/mupen64-rsp
RUN_DEPENDS+= ${PLUGINDIR}/Glide64.so:${PORTSDIR}/${PKGCATEGORY}/mupen64-glide
RUN_DEPENDS+= ${PLUGINDIR}/glN64-0.4.1.so:${PORTSDIR}/${PKGCATEGORY}/mupen64-gln64
@@ -36,4 +35,10 @@ PLUGINDIR= ${LOCALBASE}/share/mupen64/plugins
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${MACHINE_ARCH} == "i386"
+RUN_DEPENDS+= ${PLUGINDIR}/ricedaedalus.so:${PORTSDIR}/${PKGCATEGORY}/mupen64-rice
+.endif
+
+.include <bsd.port.post.mk>