diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-06-07 16:16:32 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-06-07 16:16:32 +0000 |
commit | 1da32483709dfb0fc116f120c5b54fd84e8e9c13 (patch) | |
tree | d53cc6796d3bf0a548f0d9750cc5e2b309d8e288 /emulators | |
parent | afb8cac44080415e9198f4423cc40da2855bcedd (diff) | |
download | ports-1da32483709dfb0fc116f120c5b54fd84e8e9c13.tar.gz ports-1da32483709dfb0fc116f120c5b54fd84e8e9c13.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)
Notes
Notes:
svn path=/head/; revision=60779
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xsystem35/Makefile | 2 |
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 |