1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

BROKEN on 5.x: does not compile

This commit is contained in:
Kris Kennaway 2004-02-16 23:24:20 +00:00
parent 12bb764e0e
commit 79eff27611
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101092

View File

@ -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>