aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/xsystem35
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-06-08 00:16:32 +0800
committerlioux <lioux@FreeBSD.org>2002-06-08 00:16:32 +0800
commit0ad4619d9e994b0e1a229c07c81dcd9658e4069d (patch)
tree4236cb535c8a7d77756be5e029820d683292f641 /emulators/xsystem35
parente624229e9794cd17b140329ea782cea3a094e338 (diff)
downloadfreebsd-ports-graphics-0ad4619d9e994b0e1a229c07c81dcd9658e4069d.tar.gz
freebsd-ports-graphics-0ad4619d9e994b0e1a229c07c81dcd9658e4069d.tar.zst
freebsd-ports-graphics-0ad4619d9e994b0e1a229c07c81dcd9658e4069d.zip
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)
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 28e9b13f636..bb320412b2e 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