diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-02 03:55:25 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-02 03:55:25 +0000 |
commit | b7b9ec7a12ee318c6ecbd907bc06748af5933d8f (patch) | |
tree | 18f85ec5a8122466cebe0537e329badbefdade10 /audio | |
parent | 088cb55c5f97e078bd6ea320e6f0dffb9a844519 (diff) | |
download | ports-b7b9ec7a12ee318c6ecbd907bc06748af5933d8f.tar.gz ports-b7b9ec7a12ee318c6ecbd907bc06748af5933d8f.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libofa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libofa/Makefile b/audio/libofa/Makefile index 312eb7e16fc0..3631208ece3c 100644 --- a/audio/libofa/Makefile +++ b/audio/libofa/Makefile @@ -19,7 +19,7 @@ LICENSE_COMB= dual LICENSE_GROUPS_APL1= OSI LICENSE_NAME_APL1= Adaptive Public License version 1.0 LICENSE_FILE_APL1= ${WRKSRC}/COPYING -LICENSE_PERMS_APL1= ${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS_APL1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ expat:${PORTSDIR}/textproc/expat2 \ |