Revision
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

Diff

Modified: trunk/dports/multimedia/libtheora/Portfile (140810 => 140811)


--- 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 \