diff options
author | jmc <jmc> | 2001-12-11 06:02:57 +0000 |
---|---|---|
committer | jmc <jmc> | 2001-12-11 06:02:57 +0000 |
commit | 62775522dfa147426909c6a5034b955114fecc33 (patch) | |
tree | b5cbe08944cd8f28e0592d38575f2f2d6beed70c /comms | |
parent | fd37b19968214e6f3e3d9aa6e52eb02eee0f9b99 (diff) | |
download | pkgsrc-62775522dfa147426909c6a5034b955114fecc33.tar.gz |
ir devices weren't added until 1.5Z so restrict this with an ONLY_FOR_PLATFORM
directive for 1.5Z or greater.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/birda/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/birda/Makefile b/comms/birda/Makefile index ff6537d4443..97769263214 100644 --- a/comms/birda/Makefile +++ b/comms/birda/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2001/12/05 16:58:56 augustss Exp $ +# $NetBSD: Makefile,v 1.3 2001/12/11 06:02:57 jmc Exp $ # DISTNAME= birda-0.2 CATEGORIES= comms MASTER_SITES= ftp://ftp.augustsson.net/pub/netbsd/ +ONLY_FOR_PLATFORM= NetBSD-1.5Z-* NetBSD-1.5Z[A-Z]-* NetBSD-1.[6-9]*-* MAINTAINER= lennart@augustsson.net COMMENT= Bohlin's IrDA utilities |