diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:25:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:25:33 +0000 |
commit | 9f5deb008fb9786f9a9264889d43296a258e9d92 (patch) | |
tree | ec0965bd63c70b3986830805c3ce0427524b81b2 /multimedia/opencinematools | |
parent | 8f284f2bca93129cd50ac223174a3be10e707699 (diff) | |
download | ports-9f5deb008fb9786f9a9264889d43296a258e9d92.tar.gz ports-9f5deb008fb9786f9a9264889d43296a258e9d92.zip |
Notes
Diffstat (limited to 'multimedia/opencinematools')
-rw-r--r-- | multimedia/opencinematools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/opencinematools/Makefile b/multimedia/opencinematools/Makefile index ea890417c2a9..3bc6c1a2a1f2 100644 --- a/multimedia/opencinematools/Makefile +++ b/multimedia/opencinematools/Makefile @@ -13,8 +13,7 @@ LIB_DEPENDS= openjpeg.2:${PORTSDIR}/graphics/openjpeg \ expat.6:${PORTSDIR}/textproc/expat2 \ asdcp.0:${PORTSDIR}/multimedia/asdcplib -USE_DOS2UNIX= yes -USE_ZIP= yes +USES= dos2unix zip WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} |