diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-06-17 17:01:34 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-06-17 17:01:34 +0000 |
commit | a468afc698e426244287164cf2f56aacce16bd99 (patch) | |
tree | 6ec90f05d827e0338817b9df6431b450155a6bf5 /misc/zaptel/Makefile | |
parent | Add a port of PowerMan: (diff) |
Update to 0.5, which brings in TDM400P support (only fxo is tested right now).
Also features some fixes for existing X100P driver.
Diffstat (limited to 'misc/zaptel/Makefile')
-rw-r--r-- | misc/zaptel/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/zaptel/Makefile b/misc/zaptel/Makefile index e45d810fcbaf..be05f74a4fca 100644 --- a/misc/zaptel/Makefile +++ b/misc/zaptel/Makefile @@ -6,13 +6,15 @@ # PORTNAME= zaptel -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= misc MASTER_SITES= http://www.portaone.com/~sobomax/ DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org -COMMENT= A FreeBSD Driver for Digium X100P Telephony Cards +COMMENT= A FreeBSD Driver for Digium X100P/TDM400P Telephony Cards + +LIB_DEPENDS= newt.51:${PORTSDIR}/devel/newt NO_PACKAGE= Should be in sync with the kernel to work correctly |