1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/libimg
Mikhail Teterin 98d579de66 Turns out I broke a few too many things with my last commit by
removing the symlinking of the installed shared library into the
${PREFIX}/lib. Those broken things should really use:

	package require Img	(from TCL)
or
	Tcl_PkgRequire(interp, "Img", "1.2", 0)	(from C)

instead of  trying to link  with libimg directly, but  there are
too many of them and sobomax lost (his and mine) cool.

This version will just install the library (and SHLIB_LINK) into
${PREFIX}/lib directly. pkgIndex.tcl is modified accordingly.
2001-03-13 19:15:26 +00:00
..
files Turns out I broke a few too many things with my last commit by 2001-03-13 19:15:26 +00:00
distinfo Bring up to the latest 1.2.4. Install documentation (modulo NOPORTDOCS). 2001-02-12 21:46:33 +00:00
Makefile Bring up to the latest 1.2.4. Install documentation (modulo NOPORTDOCS). 2001-02-12 21:46:33 +00:00
pkg-comment Commit #2/4 to enforce Caps, no period. I ran this oe as 1999-06-26 17:55:58 +00:00
pkg-descr Update to version 1.2.2 1999-11-25 21:33:34 +00:00
pkg-plist Turns out I broke a few too many things with my last commit by 2001-03-13 19:15:26 +00:00