diff options
author | dsainty <dsainty@pkgsrc.org> | 2007-03-26 09:31:10 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2007-03-26 09:31:10 +0000 |
commit | ab9551e1d9f12134c70f77f5657eab79f57cab7a (patch) | |
tree | 998c0bf56e0e78544b7cbe05ca9b30d2b0d9799a | |
parent | 0b0dfcaaa8a65b1f30e65a38cab52b1c886270bf (diff) | |
download | pkgsrc-ab9551e1d9f12134c70f77f5657eab79f57cab7a.tar.gz |
Add an explanatory comment why this package is only suitable for NetBSD. No effective change.
-rw-r--r-- | devel/picprg/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/picprg/Makefile b/devel/picprg/Makefile index e3f2bea177d..84d6641986a 100644 --- a/devel/picprg/Makefile +++ b/devel/picprg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/02/11 14:19:49 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2007/03/26 09:31:10 dsainty Exp $ # PKGNAME= picprg-2.3d @@ -11,6 +11,9 @@ MAINTAINER= dsainty@NetBSD.org HOMEPAGE= http://www.finitesite.com/d3jsys/ COMMENT= Parallel port PIC programmer +# The programmer makes direct I/O bus accesses via the i386 in/out +# instructions. The program has been patches to work on NetBSD only, +# via the i386_set_ioperm() interface. ONLY_FOR_PLATFORM= NetBSD-*-i386 USE_TOOLS+= gmake |