diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-04 09:10:06 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-04 09:10:06 +0000 |
commit | c54f60c9f6628fc3a6e7b6d2393c321d0344630c (patch) | |
tree | 754404522e192574ecfec3fdf871cabdf24cf9f6 /misc | |
parent | 916750d6761df568a77680d6e3e5d43599fb0758 (diff) | |
download | pkgsrc-c54f60c9f6628fc3a6e7b6d2393c321d0344630c.tar.gz |
document ONLY_FOR_PLATFORM
Diffstat (limited to 'misc')
-rw-r--r-- | misc/cuecat/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/cuecat/Makefile b/misc/cuecat/Makefile index ba020ff2054..1b05faf4334 100644 --- a/misc/cuecat/Makefile +++ b/misc/cuecat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/10/08 09:57:18 asau Exp $ +# $NetBSD: Makefile,v 1.16 2015/01/04 09:10:06 dholland Exp $ # DISTNAME= cuecat-0.2.1 @@ -10,6 +10,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://opensource.lineo.com/cuecat/cuecat_driver/ COMMENT= Read and parse barcodes from your CueCat barcode reader +# patch-ab changes the code from linux-specific to netbsd-specific +# (although it might also work with openbsd wscons...) +# Theoretically it wouldn't be too hard to improve the patch to work +# with both netbsd and linux. ONLY_FOR_PLATFORM= NetBSD-*-* RESTRICTED= Hardware manufacturer claims intellectual property infringement. |