Date: Fri, 16 Jun 2017 09:01:23 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443675 - head/devel/love07 Message-ID: <201706160901.v5G91Nep063640@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Jun 16 09:01:23 2017 New Revision: 443675 URL: https://svnweb.freebsd.org/changeset/ports/443675 Log: - Add missing depends - Silence mkdir Modified: head/devel/love07/Makefile Modified: head/devel/love07/Makefile ============================================================================== --- head/devel/love07/Makefile Fri Jun 16 08:46:15 2017 (r443674) +++ head/devel/love07/Makefile Fri Jun 16 09:01:23 2017 (r443675) @@ -18,7 +18,9 @@ LIB_DEPENDS= libIL.so:graphics/devil \ libmpg123.so:audio/mpg123 \ libvorbisfile.so:audio/libvorbis \ libphysfs.so:devel/physfs \ - libfreetype.so:print/freetype2 + libfreetype.so:print/freetype2 \ + libtiff.so:graphics/tiff \ + libmng.so:graphics/libmng BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs PORTSCOUT= limit:^0\.7\. @@ -48,7 +50,7 @@ post-patch: ${WRKSRC}/configure post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in changes.txt readme.txt ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706160901.v5G91Nep063640>