diff options
author | jmc <jmc@pkgsrc.org> | 2001-12-11 06:02:57 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2001-12-11 06:02:57 +0000 |
commit | 5f4e94cc836893345d449de7aeb4dc282d1b3302 (patch) | |
tree | b5cbe08944cd8f28e0592d38575f2f2d6beed70c /comms/birda | |
parent | 9c6b8ee68b9368530f896e7827ed371a1a94725e (diff) | |
download | pkgsrc-5f4e94cc836893345d449de7aeb4dc282d1b3302.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/birda')
-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 |