summaryrefslogtreecommitdiff
path: root/graphics/sane-backends/Makefile
diff options
context:
space:
mode:
authoradam <adam>2004-05-03 12:45:58 +0000
committeradam <adam>2004-05-03 12:45:58 +0000
commited2db650c8017760c504eebb60130b11315b0cdb (patch)
tree4ec6c8f0d6b079c81f7ad3263c7f24791e1c0951 /graphics/sane-backends/Makefile
parentd72768d39ddd30d1c19c5e121be73c516dd82cd3 (diff)
downloadpkgsrc-ed2db650c8017760c504eebb60130b11315b0cdb.tar.gz
Changes 1.0.14:
* New backends: u12 * Updated backends: artec, artec_eplus48u, as6e, avision, canon630u, canon_pp, epson, fujitsu, gphoto2, gt68xx, hp, matsushita, mustek, mustek_pp, mustek_usb, plustek, plustek_pp, sm3600, snapscan, teco1, teco2, u12, umax, umax_pp, v4l. * Added scripts for USB hotplugging (Linux) * Added Danish translation. Updated other translations. * sane-find-scanner knows about more chipsets now. * Portability fixes (especially for MacOS X, NetBSD, OpenBSD, and OS/2). * Build system fixes. * Documentation updates. * Bugfixes. Changes 1.0.13: * New backends: mustek_pp_ccd (for Mustek parport CCD scanners), plustek_pp (for Plustek parport scanners, splitted from the plustek backend). * Updated backends: avision, canon630u, coolscan, epson, fujitsu, gphoto2, gt68xx, hp, hp5400, mustek, mustek_pp, pie, plustek, snapscan, teco2, test, umax, umax_pp. * New internal interface for parport scanners. * Networking (IPv6 + subnet support) fixes + updates. * sane-find-scanner can detect some USB scanner chipsets now. * Better support for threading. * Port to MS Windows (Cygwin). * Portability fixes (especially for FreeBSD, MacOS X, OS/2). * Build system improvements. * Added new (Bulgarian, Czech and Italian) and updated existing translations. * The level of support for scanners is now: unsupported, minimal, basic, good, complete or untested (instead of alpha, beta, stable). * Documentation updates. * Bugfixes.
Diffstat (limited to 'graphics/sane-backends/Makefile')
-rw-r--r--graphics/sane-backends/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index d13a1d6a27b..6cde6d030c2 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -1,15 +1,12 @@
-# $NetBSD: Makefile,v 1.17 2004/03/20 22:19:56 bouyer Exp $
+# $NetBSD: Makefile,v 1.18 2004/05/03 12:45:58 adam Exp $
.include "Makefile.common"
COMMENT= API for access to scanners, digitals camera, frame grabbers etc.
DISTNAME= sane-backends-${SANE_VERSION}
-PKGREVISION= 1
-SANE_MICRO= 12
-
-USE_PKGLOCALEDIR= YES
BUILD_USES_MSGFMT= YES
+USE_PKGLOCALEDIR= YES
.if (${OPSYS} == "SunOS")
PLIST_SUBST+= NOT_SUNOS="@comment "
@@ -18,7 +15,7 @@ PLIST_SUBST+= NOT_SUNOS=""
.endif
.if (${OPSYS} != "SunOS")
-. include "../../devel/libusb/buildlink2.mk"
+. include "../../devel/libusb/buildlink3.mk"
.endif
-.include "../../graphics/jpeg/buildlink2.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"