1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Mark broken on 4.x

Pointed out by:	kris via pointyhat
This commit is contained in:
Michael Johnson 2005-12-16 01:53:53 +00:00
parent 73306fda25
commit 60a4eb4e6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151274
2 changed files with 8 additions and 0 deletions

View File

@ -42,6 +42,10 @@ CONFIGURE_ARGS+= --extra-cflags="${CPPFLAGS} ${CFLAGS} -fPIC -I${LOCALBASE}/incl
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN="Fails to install"
.endif
.if ${ARCH}=="i386"
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
MAKE_ENV+= ARCH_X86="1"

View File

@ -42,6 +42,10 @@ CONFIGURE_ARGS+= --extra-cflags="${CPPFLAGS} ${CFLAGS} -fPIC -I${LOCALBASE}/incl
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN="Fails to install"
.endif
.if ${ARCH}=="i386"
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
MAKE_ENV+= ARCH_X86="1"