diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-07-18 23:47:20 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-07-18 23:47:20 +0000 |
commit | 844d24f481e7a399edfe48cf6193f34c47684b70 (patch) | |
tree | 0c19cac41f911642d915440918f1b26a1b6dfd0f /comms | |
parent | 416ce726e9f260439a7365ff7bcc1c48c91af520 (diff) | |
download | ports-844d24f481e7a399edfe48cf6193f34c47684b70.tar.gz ports-844d24f481e7a399edfe48cf6193f34c47684b70.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ixj/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/ixj/Makefile b/comms/ixj/Makefile index 32a4c169b516..b38afe40949e 100644 --- a/comms/ixj/Makefile +++ b/comms/ixj/Makefile @@ -11,7 +11,7 @@ CATEGORIES= comms MASTER_SITES= ftp://telepresence.dmem.strath.ac.uk/pub/openh323/ DISTNAME= ixj_freebsd-${PORTVERSION} -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Driver for Quicknet Internet PhoneJack and LineJack. Used by OpenH323 ONLY_FOR_ARCHS= i386 @@ -19,7 +19,7 @@ ONLY_FOR_ARCHS= i386 .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500000 -BROKEN = "Driver has not been updated for 5.x kernels. Still uses machine/ipl.h" +IGNORE = cannot be installed since the driver has not been updated for 5.x kernels. Still uses machine/ipl.h .endif WRKSRC= ${WRKDIR}/ixj_freebsd |