Ticket #32514: root.diff
File root.diff, 1.1 KB (added by cjones051073 (Chris Jones), 13 years ago) |
---|
-
Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id: Portfile 8 7895 2011-12-11 16:41:32Z macsforever2000@macports.org $2 # $Id: Portfile 86663 2011-10-31 16:08:47Z macsforever2000@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 … … 31 31 port:xorg-libX11 \ 32 32 port:xpm \ 33 33 port:zlib \ 34 path:bin/dot:graphviz \35 34 port:jpeg \ 36 35 port:libpng \ 37 36 port:giflib \ … … 142 141 configure.args-append --enable-gviz \ 143 142 --with-gviz-incdir="${prefix}/include/graphviz" \ 144 143 --with-gviz-libdir="${prefix}/lib" 145 depends_lib-append p ort:graphviz144 depends_lib-append path:bin/dot:graphviz 146 145 } 147 146 148 147 variant avahi description {Builds port with avahi support} {