RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/editors/emacs/Portfile,v
retrieving revision 1.32
diff -a -u -u -r1.32 Portfile
|
|
|
49 | 49 | } |
50 | 50 | |
51 | 51 | variant x11 { |
52 | | configure.args --with-x --with-x-toolkit=lucid --with-xpm=no --disable-carbon |
| 52 | configure.args --with-x --with-x-toolkit=lucid --without-carbon \ |
| 53 | --with-xpm --with-jpeg --with-tiff --with-gif --with-png |
| 54 | depends_lib-append lib:libX11:XFree86 lib:libXpm:XFree86 \ |
| 55 | lib:libjpeg:jpeg lib:libtiff:tiff \ |
| 56 | lib:libungif:ungif lib:libpng:libpng |
| 57 | } |
| 58 | |
| 59 | variant gtk requires devel x11 { |
| 60 | configure.args-append --with-x-toolkit=gtk |
| 61 | depends_lib-append lib:libgtk.2:gtk2 lib:libglib.2:glib2 |
53 | 62 | } |
54 | 63 | |
55 | 64 | # Overrides darwin |