Ticket #23715: Portfile.diff
File Portfile.diff, 945 bytes (added by fracai, 15 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 name swftools 5 5 version 0.9.0 6 revision 16 revision 2 7 7 categories graphics 8 8 maintainers nomaintainer 9 9 description SWF manipulation and generation tools … … 19 19 rmd160 e87430e1ac52d317dd762cbe024f391bf352b120 20 20 21 21 depends_lib port:jpeg port:openjpeg port:freetype port:lame \ 22 path:include/gif_lib.h:giflib port:python2 522 path:include/gif_lib.h:giflib port:python26 23 23 24 24 patchfiles patch-Makefile.common.in.diff 25 25 26 configure.python ${prefix}/bin/python2. 526 configure.python ${prefix}/bin/python2.6 27 27 # Make sure to not link against OpenGL libs from the mesa port, in case it 28 28 # is installed 29 29 configure.env ac_cv_lib_GL_glBegin=no