Revision: 140811 https://trac.macports.org/changeset/140811 Author: mcalhoun@macports.org Date: 2015-10-03 10:34:16 -0700 (Sat, 03 Oct 2015) Log Message: ----------- libtheora: * prevent documentation from being built * point to actual executable for fake configuration program Modified Paths: -------------- trunk/dports/multimedia/libtheora/Portfile Modified: trunk/dports/multimedia/libtheora/Portfile =================================================================== --- trunk/dports/multimedia/libtheora/Portfile 2015-10-03 17:28:17 UTC (rev 140810) +++ trunk/dports/multimedia/libtheora/Portfile 2015-10-03 17:34:16 UTC (rev 140811) @@ -7,7 +7,7 @@ name libtheora epoch 1 version 1.1.1 -revision 1 +revision 2 categories multimedia platforms darwin license BSD @@ -36,7 +36,12 @@ patchfiles patch-configure.diff \ patch-docdir.diff -configure.env SDL_CONFIG=/dev/null +configure.env SDL_CONFIG=/usr/bin/false \ + HAVE_PDFLATEX=no \ + HAVE_DOXYGEN=no \ + HAVE_BIBTEX=no \ + HAVE_TRANSFIG=no + configure.args --disable-oggtest \ --disable-vorbistest \ --disable-examples \
participants (1)
-
mcalhoun@macports.org