summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-15 12:34:31 +0000
committerkris <kris@FreeBSD.org>2004-03-15 12:34:31 +0000
commitf6fc0c25ec8820a6bfea93e3b2f067705034e65d (patch)
tree43bccd209e7bf0dfb18f6c469517fbda9071e4ab /x11-toolkits
parent07521e53a760fe8d2f4ef5abcda2476d61549ef7 (diff)
downloadFreeBSD-ports-f6fc0c25ec8820a6bfea93e3b2f067705034e65d.zip
FreeBSD-ports-f6fc0c25ec8820a6bfea93e3b2f067705034e65d.tar.gz
BROKEN on 5.x: Does not build
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/xclasses/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/xclasses/Makefile b/x11-toolkits/xclasses/Makefile
index 3eefc18..f92f676 100644
--- a/x11-toolkits/xclasses/Makefile
+++ b/x11-toolkits/xclasses/Makefile
@@ -24,6 +24,12 @@ USE_X_PREFIX= yes
USE_XPM= yes
WRKSRC= ${WRKDIR}/xclasses
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502102
+BROKEN= "Does not build on FreeBSD >=5.x"
+.endif
+
post-patch:
.for file in build System/ARules.FreeBSD
@${PERL} -pi \
@@ -62,4 +68,4 @@ do-install:
@cd ${WRKSRC} && ${SH} build install
@${INSTALL_SCRIPT} ${WRKSRC}/setenvxc ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud