diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 03:17:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 03:17:27 +0000 |
commit | b46fe6560c7b07d7d145d8d75635aaba7c5be0b1 (patch) | |
tree | 476dbae436f4fbd5e8d74f8f72cfe79c568d374c /lang/swi-pl | |
parent | e3a91b0968895514f65ef29420eeeec3758c4bc6 (diff) | |
download | ports-b46fe6560c7b07d7d145d8d75635aaba7c5be0b1.tar.gz ports-b46fe6560c7b07d7d145d8d75635aaba7c5be0b1.zip |
Notes
Diffstat (limited to 'lang/swi-pl')
-rw-r--r-- | lang/swi-pl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile index eb7519e6646f..7ea6a74a6db0 100644 --- a/lang/swi-pl/Makefile +++ b/lang/swi-pl/Makefile @@ -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 |