diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-10-15 04:17:09 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-10-15 04:17:09 +0000 |
commit | 69bd47e0ce6547001a14480cd32a5c9a50c9b1ef (patch) | |
tree | 89a56d07de60c930d1b6158e85a1e3bf6c2c0267 /emulators/mupen64-rice | |
parent | Update symbol-conflict patch. (diff) |
- add missing dependency to nasm
Submitted by: Travis Poppe
Diffstat (limited to 'emulators/mupen64-rice')
-rw-r--r-- | emulators/mupen64-rice/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/mupen64-rice/Makefile b/emulators/mupen64-rice/Makefile index 7a9119a068bc..1146537848e5 100644 --- a/emulators/mupen64-rice/Makefile +++ b/emulators/mupen64-rice/Makefile @@ -15,6 +15,8 @@ DISTNAME= riceplugin MAINTAINER?= tlp@LiquidX.org COMMENT= Rice Daedalus graphics plugin for Mupen64 +BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm + USE_BZIP2= yes USE_REINPLACE= yes USE_GMAKE= yes |