diff options
author | pav <pav@FreeBSD.org> | 2010-10-03 06:17:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-10-03 06:17:11 +0800 |
commit | 4b93cf625431b84585e6bd3a4ec3e6883d4c190d (patch) | |
tree | 0e9f6018b5941f77de93a5a4ace7b37a75538d78 | |
parent | 44ed2bf3ca3d83debc327b94575e2cd9a0673e9f (diff) | |
download | freebsd-ports-gnome-4b93cf625431b84585e6bd3a4ec3e6883d4c190d.tar.gz freebsd-ports-gnome-4b93cf625431b84585e6bd3a4ec3e6883d4c190d.tar.zst freebsd-ports-gnome-4b93cf625431b84585e6bd3a4ec3e6883d4c190d.zip |
- Checks for unzip in configure script
Reported by: pointyhat
-rw-r--r-- | audio/libaacplus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libaacplus/Makefile b/audio/libaacplus/Makefile index f75bad865f49..dc7fdfd0eb38 100644 --- a/audio/libaacplus/Makefile +++ b/audio/libaacplus/Makefile @@ -19,6 +19,7 @@ MAINTAINER= takefu@airport.fm COMMENT= HE-AAC+ Codec as Shared Library EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip RESTRICTED= unclear legal status, probably need licenses from 3GPP, Via Licensing and Coding Technologies |