diff options
author | asami <asami@FreeBSD.org> | 1999-12-11 07:10:51 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-12-11 07:10:51 +0800 |
commit | 8685f0c0ad8dd7da52c103d75a2188b2a88a38a5 (patch) | |
tree | f8592af244eceb603ffbea68c8a572554f0f9522 /audio/gogo/Makefile | |
parent | 12d412d347fce777de66adc69fbabf69cef4ea5f (diff) | |
download | freebsd-ports-gnome-8685f0c0ad8dd7da52c103d75a2188b2a88a38a5.tar.gz freebsd-ports-gnome-8685f0c0ad8dd7da52c103d75a2188b2a88a38a5.tar.zst freebsd-ports-gnome-8685f0c0ad8dd7da52c103d75a2188b2a88a38a5.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>
Diffstat (limited to 'audio/gogo/Makefile')
-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 |