aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-26 11:17:27 +0800
committerkris <kris@FreeBSD.org>2004-09-26 11:17:27 +0800
commita9033c01e4e1f6b3393c01998221d77797f279dd (patch)
tree65eb34b8d363f79350f6a4ec9f938df3623affef /lang
parent5e04f302b2e5878a46ac8a71e730cea42710ac6d (diff)
downloadfreebsd-ports-gnome-a9033c01e4e1f6b3393c01998221d77797f279dd.tar.gz
freebsd-ports-gnome-a9033c01e4e1f6b3393c01998221d77797f279dd.tar.zst
freebsd-ports-gnome-a9033c01e4e1f6b3393c01998221d77797f279dd.zip
BROKEN on 5.x: Broken pkg-plist
Approved by: portmgr (self)
Diffstat (limited to 'lang')
-rw-r--r--lang/swi-pl/Makefile4
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