diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-09-08 21:08:41 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-09-08 21:08:41 +0000 |
commit | e3f4f7c6fab0b9c1e0e13e3be1b04eab3b5e82ff (patch) | |
tree | 8bbdc6c169c726a3ec8a83530840a5ce8e0bdf16 /audio/libamrnb | |
parent | dc8bf4d2bef80b43408000e4924572080bf96233 (diff) |
Notes
Diffstat (limited to 'audio/libamrnb')
-rw-r--r-- | audio/libamrnb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libamrnb/Makefile b/audio/libamrnb/Makefile index 80bafaadfeb0..7edc185d122b 100644 --- a/audio/libamrnb/Makefile +++ b/audio/libamrnb/Makefile @@ -18,7 +18,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= tatsuki_makino@hotmail.com COMMENT= 3GPP floating-point Adaptive Multi-Rate (AMR) Speech Codec -BUILD_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip RESTRICTED= license prohibits redistribution RESTRICTED_FILES= ${SRC3GPP} |