diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-20 02:36:28 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-20 02:36:28 +0000 |
commit | 125db4d947cc5d6d149f1d036506568784004afe (patch) | |
tree | 12d40d20f15d2c496bf9b14f9e14a66b3577d358 /graphics/xmms-goom | |
parent | 7f616a5f3126b3c9f0342e0ce777b14a9423f369 (diff) | |
download | FreeBSD-ports-125db4d947cc5d6d149f1d036506568784004afe.zip FreeBSD-ports-125db4d947cc5d6d149f1d036506568784004afe.tar.gz |
Add missing nasm BUILD_DEPENDS
Submitted by: maintainer
Diffstat (limited to 'graphics/xmms-goom')
-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 93d51bb..45880ec 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 |