summaryrefslogtreecommitdiff
path: root/emulators/xsystem35
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-06-07 16:16:32 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-06-07 16:16:32 +0000
commit1da32483709dfb0fc116f120c5b54fd84e8e9c13 (patch)
treed53cc6796d3bf0a548f0d9750cc5e2b309d8e288 /emulators/xsystem35
parento Add AVI support which incidently means both DiVX ;-) and DiVX4 (diff)
Prefer generic nasm instead of nasm-0.98 as BUILD_DEPENDS in
preparation to nasm update Approved by: maintainer (1 week timeout for simple enough change)
Notes
Notes: svn path=/head/; revision=60779
Diffstat (limited to 'emulators/xsystem35')
-rw-r--r--emulators/xsystem35/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile
index 28e9b13f6361..bb320412b2e7 100644
--- a/emulators/xsystem35/Makefile
+++ b/emulators/xsystem35/Makefile
@@ -76,7 +76,7 @@ CONFIGURE_ARGS+= --disable-ttf
CONFIGURE_ARGS+= --disable-mmx
.else
CONFIGURE_ARGS+= --enable-mmx
-BUILD_DEPENDS+= nasm-0.98:${PORTSDIR}/devel/nasm
+BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
.endif
.endif