Revision
144154
Author
mcalhoun@macports.org
Date
2016-01-03 08:38:59 -0800 (Sun, 03 Jan 2016)

Log Message

hevea: builds binaries only with ocaml, so set no libraries and no universal

Modified Paths

Diff

Modified: trunk/dports/textproc/hevea/Portfile (144153 => 144154)


--- trunk/dports/textproc/hevea/Portfile	2016-01-03 16:33:29 UTC (rev 144153)
+++ trunk/dports/textproc/hevea/Portfile	2016-01-03 16:38:59 UTC (rev 144154)
@@ -24,6 +24,9 @@
 
 depends_build       port:ocaml
 
+universal_variant   no
+installs_libs       no
+
 configure {
     reinplace "s|^PREFIX?=.*|PREFIX=${prefix}|" ${worksrcpath}/Makefile
     reinplace "s|^LIBDIR=.*|LIBDIR=${prefix}/share/${name}|" ${worksrcpath}/Makefile