Since the bktr(4) driver does not exist on every

FreeBSD platform, this port needs to be restricted
to those which are supported.

Submitted by:	Simon Barner <barner@in.tum.de>
PR:		58334
This commit is contained in:
Sergey A. Osokin 2003-10-21 15:09:23 +00:00
parent ca2c4de72a
commit dfff5c136b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91827

View File

@ -33,7 +33,16 @@ USE_GMAKE= yes
MAKE_FLAGS= -e
MAN1= fxtv.1
.include <bsd.port.pre.mk>
pre-everything::
.if ${OSVERSION} < 500000
ONLY_FOR_ARCHS= i386
.else
ONLY_FOR_ARCHS= alpha i386 ia64
.endif
pre-install:
${CP} ${WRKSRC}/fxtv.1 ${WRKSRC}/fxtv.man
.include <bsd.port.mk>
.include <bsd.port.post.mk>