Ticket #22427: Portfile.diff
File Portfile.diff, 724 bytes (added by tenomoto (Takeshi Enomoto), 15 years ago) |
---|
-
Portfile
22 22 23 23 depends_lib port:freetype 24 24 25 depends_build bin:doxygen:doxygen \ 26 port:gsed 25 depends_build port:gsed 27 26 28 27 worksrcdir ${name}-${my_version} 29 28 … … 34 33 # Skip building the example program by failing to find GLUT 35 34 configure.args --with-glut-inc=/dev/null --with-glut-lib=/dev/null 36 35 36 variant doc description {build documentation} { 37 depends_build-append bin:doxygen:doxygen \ 38 bin:pdflatex:teTeX \ 39 port:ImageMagick 40 } 37 41 livecheck.version ${my_version} 38 42 livecheck.distname FTGL Source