1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

BROKEN on 5.x: Broken pkg-plist

Approved by:	portmgr (self)
This commit is contained in:
Kris Kennaway 2004-09-26 03:17:27 +00:00
parent e3a91b0968
commit b46fe6560c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118430

View File

@ -25,6 +25,10 @@ PLIST_SUB= DISTNAME=${DISTNAME} ARCH=${ARCH} OS=${OPSYS:L}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Broken pkg-plist"
.endif
.if (${ARCH} == "i386")
PLIST_SUB+= BITS=32
.else