diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-06-16 21:50:23 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-06-16 21:50:23 +0000 |
commit | 8e963e079989aed4f0e7a1ae3d3303585e0a55c3 (patch) | |
tree | 6c5e135dbb259b22c480abaf9262ae6a86f9e10e /graphics/py-imaging/files/Setup | |
parent | - Fix install when WITHOUT_NLS is defined. (diff) |
- Update to 1.1.5
PR: ports/82327
Submitted by: Geoffrey Mainland <mainland@apeiron.net>
Diffstat (limited to 'graphics/py-imaging/files/Setup')
-rw-r--r-- | graphics/py-imaging/files/Setup | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/graphics/py-imaging/files/Setup b/graphics/py-imaging/files/Setup deleted file mode 100644 index ef1e8b816ae1..000000000000 --- a/graphics/py-imaging/files/Setup +++ /dev/null @@ -1,5 +0,0 @@ -*shared* - -_imaging _imaging.c decode.c encode.c map.c display.c outline.c path.c -IlibImaging libImaging/libImaging.a -I${PREFIX}/include -L${PREFIX}/lib -ljpeg -lz -_imagingft _imagingft.c -IlibImaging -I${PREFIX}/include -I${PREFIX}/include/freetype2 -L${PREFIX}/lib -lfreetype -_imagingtk _imagingtk.c Tk/tkImaging.c -IlibImaging -I${X11BASE}/include -I${PREFIX}/include/tcl8.4 -I${PREFIX}/include/tk8.4 -L${PREFIX}/lib -ltk84 -ltcl84 -L${X11BASE}/lib -lX11 |