diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-06-16 09:58:50 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-06-16 09:58:50 +0000 |
commit | 5146cba1d9ca51f1f11a5ec365f8b409d99ecc15 (patch) | |
tree | 269e4da0dac9784cdee61be16492ad7897d70d4a /graphics/py-imaging/files | |
parent | Update for symmetry with the other py-mx* ports. (diff) |
Upgrade to 1.1.
Diffstat (limited to 'graphics/py-imaging/files')
-rw-r--r-- | graphics/py-imaging/files/Setup | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-imaging/files/Setup b/graphics/py-imaging/files/Setup index 678e7b512818..17221d410e39 100644 --- a/graphics/py-imaging/files/Setup +++ b/graphics/py-imaging/files/Setup @@ -1,3 +1,4 @@ *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 Tk/tkImaging.c -DWITH_TKINTER -I${X11BASE}/include -I${PREFIX}/include/tcl8.2 -I${PREFIX}/include/tk8.2 -L${PREFIX}/lib -ltk82 -ltcl82 -L${X11BASE}/lib -lX11 +_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 +_imagingtk _imagingtk.c Tk/tkImaging.c -IlibImaging -I${X11BASE}/include -I${PREFIX}/include/tcl8.2 -I${PREFIX}/include/tk8.2 -L${PREFIX}/lib -ltk82 -ltcl82 -L${X11BASE}/lib -lX11 |