- Add conflicts and crossreference

PR:		ports/143681
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
This commit is contained in:
Pav Lucistnik 2010-02-12 10:19:12 +00:00
parent 430915877c
commit 31ae84c63f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249647
2 changed files with 4 additions and 2 deletions

View file

@ -15,6 +15,8 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= ganael.laplanche@martymac.com
COMMENT= Driver for Option HSDPA modem
CONFLICTS= uhso-kmod-[0-9]*
NO_PACKAGE= should be recompiled for a particular FreeBSD kernel
OPTIONS= HSOCTL "Build hsoctl tool" on \
@ -31,7 +33,7 @@ MAN4= hso.4
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 800063
BROKEN= Does not build with USB2
BROKEN= does not build with USB2, please try comms/uhso-kmod instead
.endif
.if !defined(WITHOUT_HSOCTL)

View file

@ -34,7 +34,7 @@ MAN4= uhso.4
.if !exists(/usr/src/sys/Makefile)
IGNORE= requires kernel source files
.elif ${OSVERSION} <= 800063
IGNORE= requires FreeBSD 8.0 (with USB2) or superior
IGNORE= requires FreeBSD 8.0 or later, please try comms/hso-kmod instead
.endif
.if !defined(WITHOUT_UHSOCTL)