diff options
author | jnemeth <jnemeth> | 2010-03-07 23:56:17 +0000 |
---|---|---|
committer | jnemeth <jnemeth> | 2010-03-07 23:56:17 +0000 |
commit | 8c951f7c6a95d34d974e1b821e30276e939ad1a4 (patch) | |
tree | 32d1104da98d29d3d3b56a18db66a07e8cfe4013 /comms | |
parent | 02a22fc182dcc5cb8364f5da5959f743a69b9664 (diff) | |
download | pkgsrc-8c951f7c6a95d34d974e1b821e30276e939ad1a4.tar.gz |
this doesn't work on NetBSD 5+ (not even sure it will work on NetBSD 4+)
Diffstat (limited to 'comms')
-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 |