summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-15 12:34:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-15 12:34:31 +0000
commit66525750e221e2c88044807c80eda94481cb9495 (patch)
tree7a45e19de1557be0ca23b14d2ab217893e1df764 /x11-toolkits
parentFix build on amd64 (shared library objects must be compiled with -fPIC) (diff)
BROKEN on 5.x: Does not build
Notes
Notes: svn path=/head/; revision=104079
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 3eefc187ef8e..f92f676dcd50 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>