diff options
author | sf <sf@FreeBSD.org> | 2001-06-09 12:57:03 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-06-09 12:57:03 +0800 |
commit | 07ad2d09150552805a5f99ad8cd47024325ca9a7 (patch) | |
tree | 810dab4c5c1c276bc565609881ba38e8a33a86ee /audio | |
parent | c4bd43bc867ebf360b5dbaacf82c414b5c2ce601 (diff) | |
download | freebsd-ports-gnome-07ad2d09150552805a5f99ad8cd47024325ca9a7.tar.gz freebsd-ports-gnome-07ad2d09150552805a5f99ad8cd47024325ca9a7.tar.zst freebsd-ports-gnome-07ad2d09150552805a5f99ad8cd47024325ca9a7.zip |
fix typo.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/flac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 4461ec3da36b..63a11e96b94e 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS+= xmms.1:${PORTSDIR}/audio/xmms .endif .if ${MACHINE_ARCH} == "i386" -BUILD_DEPENDS+= nasm:${PORTSDIR}/deve/nasm +BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm .endif USE_LIBTOOL= yes |