Changeset 21115
- Timestamp:
- 2007-01-02 23:51:30 (23 months ago)
- Files:
-
- 1 modified
-
trunk/dports/graphics/graphviz/Portfile (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/graphviz/Portfile
r20782 r21115 3 3 PortSystem 1.0 4 4 name graphviz 5 version 2.8 6 revision 1 5 version 2.12 7 6 categories graphics 8 7 maintainers gwright@opendarwin.org … … 27 26 master_sites http://www.graphviz.org/pub/graphviz/ARCHIVE/ 28 27 29 checksums md5 ca921b4a9bcd86da4a1092bb17a57d8328 checksums md5 e5547bc0ec47943c72f5c3e2b5dff58f 30 29 31 30 platform darwin 6 { … … 55 54 56 55 depends_lib lib:libX11.6:XFree86 \ 56 port:cairo \ 57 57 port:jpeg \ 58 58 port:libpng \ … … 69 69 # binding. If this is a problem for anyone it is easily remedied.) 70 70 # 71 # I have to use an ugly method to prevent the language bindings from72 # being built: explicitly setting some of autoconf's environment73 # variables. This should go away when 2.8 is released. It uses74 # the standard GNU --{en,dis}able-feature flags to configure.75 76 71 configure.env CPPFLAGS=-I${prefix}/include \ 77 72 LDFLAGS=-L${prefix}/lib … … 79 74 configure.args --mandir=${prefix}/share/man \ 80 75 --disable-guile \ 76 --disable-lua \ 81 77 --disable-ocaml \ 82 78 --disable-perl \ … … 87 83 variant guile { depends_lib-append port:guile 88 84 configure.args-append --enable-guile 85 } 86 87 variant lua { depends_lib-append port:lua 88 configure.args-append --enable-lua 89 89 } 90 90 … … 110 110 111 111 variant all_lang { depends_lib-append port:guile \ 112 port:lua \ 112 113 port:ocaml \ 113 114 port:perl5.8 \ … … 117 118 118 119 configure.args-append --enable-guile \ 120 --enable-lua \ 119 121 --enable-ocaml \ 120 122 --enable-perl \

