aboutsummaryrefslogtreecommitdiff
path: root/audio/libopenspc
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2009-01-06 20:08:35 +0000
committerKoop Mast <kwm@FreeBSD.org>2009-01-06 20:08:35 +0000
commit64c329edfc4c163a805fd59078790c3437cab6d0 (patch)
tree0a0f4df358a4b61181fa4c425d9cd6d900fa0054 /audio/libopenspc
parent313b5d42084ae63047c4b8996d6be0b751743f98 (diff)
downloadports-64c329edfc4c163a805fd59078790c3437cab6d0.tar.gz
ports-64c329edfc4c163a805fd59078790c3437cab6d0.zip
Add dependency on nasm.
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=225348
Diffstat (limited to 'audio/libopenspc')
-rw-r--r--audio/libopenspc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/libopenspc/Makefile b/audio/libopenspc/Makefile
index 62ef96f97d2e..4605dfbe528d 100644
--- a/audio/libopenspc/Makefile
+++ b/audio/libopenspc/Makefile
@@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= kwm
MAINTAINER= kwm@FreeBSD.org
COMMENT= Library for playing SPC (SNES audio) files
+BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
+
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes