diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2010-03-07 23:56:17 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2010-03-07 23:56:17 +0000 |
commit | 27c5800b7e6cf0b1ce2882691300ff1c1bf9256f (patch) | |
tree | 32d1104da98d29d3d3b56a18db66a07e8cfe4013 | |
parent | 5ff96df98c6150888813c2d9ad5abaefdcdf7eb0 (diff) | |
download | pkgsrc-27c5800b7e6cf0b1ce2882691300ff1c1bf9256f.tar.gz |
this doesn't work on NetBSD 5+ (not even sure it will work on NetBSD 4+)
-rw-r--r-- | comms/zaptel-netbsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/zaptel-netbsd/Makefile b/comms/zaptel-netbsd/Makefile index 7865f45dedf..8959d22ec9f 100644 --- a/comms/zaptel-netbsd/Makefile +++ b/comms/zaptel-netbsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/06/18 11:12:54 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2010/03/07 23:56:17 jnemeth Exp $ # DISTNAME= zaptel-netbsd-20060127 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tastylime.net/netbsd/zaptel/ COMMENT= The "zaptel" drivers and utils for the Asterisk Software PBX -ONLY_FOR_PLATFORM= NetBSD-[2-9]*-* +ONLY_FOR_PLATFORM= NetBSD-[2-4]*-* INSTALLATION_DIRS= lkm ZAPTEL_KERNEL_ENV?= # empty |