diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-12-10 23:10:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-12-10 23:10:51 +0000 |
commit | ba5ad4f012f091639c9c35253b73cdd7b4f6aa09 (patch) | |
tree | ed42cf53adafca74fd11f25c42572cde4a5f065e /audio/gogo | |
parent | c77781b95caad8073ff8290ff43447478316b820 (diff) | |
download | ports-ba5ad4f012f091639c9c35253b73cdd7b4f6aa09.tar.gz ports-ba5ad4f012f091639c9c35253b73cdd7b4f6aa09.zip |
Add a symlink nasm-0.98 -> nasm to distinguish the latest version.
Change the gogo port's dependency to check this link.
Requested by: Alexander Langer <alex@big.endian.de>
Notes
Notes:
svn path=/head/; revision=23772
Diffstat (limited to 'audio/gogo')
-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 4f3a04fc28ae..cab9391fa087 100644 --- a/audio/gogo/Makefile +++ b/audio/gogo/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.kurims.kyoto-u.ac.jp/~shigeo/soft/gogo2/src/ MAINTAINER= nakai@FreeBSD.org # More than version 0.98 -BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm +BUILD_DEPENDS= nasm-0.98:${PORTSDIR}/devel/nasm USE_GMAKE= yes MAKEFILE= makefile.unx |