diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-10-22 10:23:41 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-10-22 10:23:41 +0800 |
commit | 89b348af96c1e3097b949fb861803e3bf8c7b9c5 (patch) | |
tree | 9b0e5e48b4477f7f495afa3ede605453d8d9ef4f | |
parent | 1daf379c5fbf04a533c2704d695e4289b5fabee3 (diff) | |
download | freebsd-ports-graphics-89b348af96c1e3097b949fb861803e3bf8c7b9c5.tar.gz freebsd-ports-graphics-89b348af96c1e3097b949fb861803e3bf8c7b9c5.tar.zst freebsd-ports-graphics-89b348af96c1e3097b949fb861803e3bf8c7b9c5.zip |
- add nasm as build dependecy
Submitted by: Travis Poppe
-rw-r--r-- | emulators/mupen64-glide/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/mupen64-glide/Makefile b/emulators/mupen64-glide/Makefile index 423c73ef0f6..f979329b309 100644 --- a/emulators/mupen64-glide/Makefile +++ b/emulators/mupen64-glide/Makefile @@ -15,6 +15,8 @@ DISTNAME= glide64_0_7_ME MAINTAINER?= tlp@LiquidX.org COMMENT= Glide64 graphics plugin for Mupen64 +BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm + USE_BZIP2= yes USE_REINPLACE= yes USE_GMAKE= yes |