diff options
author | kris <kris@FreeBSD.org> | 2004-02-16 23:24:20 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-16 23:24:20 +0000 |
commit | c1d332e56c412d46167a8a51197f636ea2d5fb42 (patch) | |
tree | ca37d86eecd98a29eba9e5c7dffe6f2d68a8fa27 /x11-toolkits | |
parent | 109de08bd4b93032f893ea4792ef556bf8848feb (diff) | |
download | FreeBSD-ports-c1d332e56c412d46167a8a51197f636ea2d5fb42.zip FreeBSD-ports-c1d332e56c412d46167a8a51197f636ea2d5fb42.tar.gz |
BROKEN on 5.x: does not compile
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/xclass/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/xclass/Makefile b/x11-toolkits/xclass/Makefile index cb37caa..97fc310 100644 --- a/x11-toolkits/xclass/Makefile +++ b/x11-toolkits/xclass/Makefile @@ -22,7 +22,13 @@ ALL_TARGET= shared INSTALL_TARGET= install_shared INSTALLS_SHLIB= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + do-install: ${LN} -sf ${PREFIX}/lib/libxclass.so.0.8.2 ${PREFIX}/lib/libxclass.so -.include <bsd.port.mk> +.include <bsd.port.post.mk> |