diff options
author | kris <kris@FreeBSD.org> | 2004-03-15 20:34:31 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-15 20:34:31 +0800 |
commit | f6fc0c25ec8820a6bfea93e3b2f067705034e65d (patch) | |
tree | 43bccd209e7bf0dfb18f6c469517fbda9071e4ab /x11-toolkits/xclasses | |
parent | 07521e53a760fe8d2f4ef5abcda2476d61549ef7 (diff) | |
download | freebsd-ports-gnome-f6fc0c25ec8820a6bfea93e3b2f067705034e65d.tar.gz freebsd-ports-gnome-f6fc0c25ec8820a6bfea93e3b2f067705034e65d.tar.zst freebsd-ports-gnome-f6fc0c25ec8820a6bfea93e3b2f067705034e65d.zip |
BROKEN on 5.x: Does not build
Diffstat (limited to 'x11-toolkits/xclasses')
-rw-r--r-- | x11-toolkits/xclasses/Makefile | 8 |
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> |