summaryrefslogtreecommitdiff
path: root/graphics/xli/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2002-03-14Make this display PNG files again, with png>1.0.6.fredb1-2/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+3
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-08-22Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don'tjlam1-4/+3
satisfy the condition of being "strongly-buildlinked" (see http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the definition). This is in response to the recent change to bsd.pkg.mk to not use buildlink-x11.
2001-08-09Revert previous change as the actual problem was a bad interaction betweenjlam1-3/+1
buildlink-x11 and lesstif that has since been fixed in those two packages. Many thanks to Matthias Scheler for helping to track this down. This fixes pkg/13638.
2001-08-06Fix build on systems without "xpkwedge" installed.tron1-4/+6
2001-06-29Mark as USE_BUILDLINK_ONLY and remove an unnecessary patch as a result.jlam1-3/+4
2001-06-29Convert to use buildlink.mk files.jlam1-14/+12
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz1-2/+2
Noted by Frederick Bruckman.
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-2/+2
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-04-22Add png support.kim1-4/+11
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-3/+2
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1998-08-27Initial addition of xli-1.16, a version of xloadimage, an X11 Image Loadingfrueauf1-0/+15
Utility. Submitted in pr 6014 by Frederick Bruckman, some cleanup by me.