diff options
author | tg <tg@FreeBSD.org> | 1999-11-08 18:22:57 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-11-08 18:22:57 +0800 |
commit | ff041b339b3e67858640c0c04b31a1997a06e08f (patch) | |
tree | f048b0636630ef748a5c40455f458ede8e1487b8 /graphics | |
parent | 3817031648c3a3ab584e1e98109ccb866507f56c (diff) | |
download | freebsd-ports-graphics-ff041b339b3e67858640c0c04b31a1997a06e08f.tar.gz freebsd-ports-graphics-ff041b339b3e67858640c0c04b31a1997a06e08f.tar.zst freebsd-ports-graphics-ff041b339b3e67858640c0c04b31a1997a06e08f.zip |
Use tcl/tk-8.2.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-imaging/files/Setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-imaging/files/Setup b/graphics/py-imaging/files/Setup index 2eae4579e18..678e7b51281 100644 --- a/graphics/py-imaging/files/Setup +++ b/graphics/py-imaging/files/Setup @@ -1,3 +1,3 @@ *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.0 -I${PREFIX}/include/tk8.0 -L${PREFIX}/lib -ltk80 -ltcl80 -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 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 |