diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-20 10:36:28 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-20 10:36:28 +0800 |
commit | 125db4d947cc5d6d149f1d036506568784004afe (patch) | |
tree | 12d40d20f15d2c496bf9b14f9e14a66b3577d358 /graphics | |
parent | 7f616a5f3126b3c9f0342e0ce777b14a9423f369 (diff) | |
download | freebsd-ports-graphics-125db4d947cc5d6d149f1d036506568784004afe.tar.gz freebsd-ports-graphics-125db4d947cc5d6d149f1d036506568784004afe.tar.zst freebsd-ports-graphics-125db4d947cc5d6d149f1d036506568784004afe.zip |
Add missing nasm BUILD_DEPENDS
Submitted by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xmms-goom/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xmms-goom/Makefile b/graphics/xmms-goom/Makefile index 93d51bbe419..45880ec6c2c 100644 --- a/graphics/xmms-goom/Makefile +++ b/graphics/xmms-goom/Makefile @@ -16,7 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= dyeske@yahoo.com -BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms +BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms \ + nasm:${PORTSDIR}/devel/nasm RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms USE_X_PREFIX= yes |