summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/gogo/Makefile2
-rw-r--r--emulators/xsystem35/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/gogo/Makefile b/audio/gogo/Makefile
index fd10e9f06cab..05bf0b2e2acf 100644
--- a/audio/gogo/Makefile
+++ b/audio/gogo/Makefile
@@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= nakai@FreeBSD.org
# More than version 0.98
-BUILD_DEPENDS= nasm-0.98:${PORTSDIR}/devel/nasm
+BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
USE_GMAKE= yes
ALL_TARGET= gogo
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