diff options
author | lioux <lioux@FreeBSD.org> | 2002-06-08 00:16:32 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-06-08 00:16:32 +0800 |
commit | 0ad4619d9e994b0e1a229c07c81dcd9658e4069d (patch) | |
tree | 4236cb535c8a7d77756be5e029820d683292f641 /audio | |
parent | e624229e9794cd17b140329ea782cea3a094e338 (diff) | |
download | freebsd-ports-gnome-0ad4619d9e994b0e1a229c07c81dcd9658e4069d.tar.gz freebsd-ports-gnome-0ad4619d9e994b0e1a229c07c81dcd9658e4069d.tar.zst freebsd-ports-gnome-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 'audio')
-rw-r--r-- | audio/gogo/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |