Revision
124886
Author
jeremyhu@macports.org
Date
2014-08-29 22:02:02 -0700 (Fri, 29 Aug 2014)

Log Message

openmotif: Use our bison

Modified Paths

Diff

Modified: trunk/dports/x11/openmotif/Portfile (124885 => 124886)


--- trunk/dports/x11/openmotif/Portfile	2014-08-30 03:59:12 UTC (rev 124885)
+++ trunk/dports/x11/openmotif/Portfile	2014-08-30 05:02:02 UTC (rev 124886)
@@ -31,6 +31,7 @@
 	port:xbitmaps \
 	port:autoconf \
 	port:automake \
+	port:bison \
 	port:libtool
 
 depends_lib \
@@ -72,6 +73,8 @@
                 --x-includes=${prefix}/include \
                 --x-libraries=${prefix}/lib
 
+configure.env-append YACC="${prefix}/bin/bison -y"
+
 use_parallel_build  no
 
 post-destroot {