1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

FreeBSD-current isn't able to execute BSDI executables any longer.

So set BROKEN if OSVERSION is greater or equal 400002.

Pointed out by:	Michael Reifenberger <root@nihil.plaut.de>
This commit is contained in:
Dirk Froemberg 1999-03-15 23:40:26 +00:00
parent 845cd7f2b0
commit 938caf2efb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17245

View File

@ -3,7 +3,7 @@
# Date created: Thu Jan 14 23:28:40 CET 1999
# Whom: Dirk Froemberg <dirk@FreeBSD.ORG>
#
# $Id: Makefile,v 1.1.1.1 1999/01/14 23:42:52 dirk Exp $
# $Id: Makefile,v 1.2 1999/01/17 18:20:48 dirk Exp $
#
DISTNAME= BladeEnc-076-bsd-i386
@ -14,6 +14,11 @@ MASTER_SITES= http://home8.swipnet.se/~w-82625/encoder/binaries/ \
MAINTAINER= dirk@FreeBSD.ORG
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400002
BROKEN= unable to execute BSDI executables
.endif
ONLY_FOR_ARCHS= i386
NO_WRKSUBDIR= yes
NO_BUILD= yes
@ -25,4 +30,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/BladeEnc.html ${PREFIX}/share/doc/BladeEnc
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>