diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-23 09:13:04 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-23 09:13:04 +0000 |
commit | 7c2f584f6bf4ad4b39338aa464dd7c0a78fd194b (patch) | |
tree | 0aa01c19efb490496ad412aec5503c9da6062e99 /japanese/tcl76 | |
parent | d33c1885cc700249cdbb8bdc8786b97270599209 (diff) | |
download | ports-7c2f584f6bf4ad4b39338aa464dd7c0a78fd194b.tar.gz ports-7c2f584f6bf4ad4b39338aa464dd7c0a78fd194b.zip |
Notes
Diffstat (limited to 'japanese/tcl76')
-rw-r--r-- | japanese/tcl76/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/japanese/tcl76/Makefile b/japanese/tcl76/Makefile index a5d21f0aa658..5b38f292ddd8 100644 --- a/japanese/tcl76/Makefile +++ b/japanese/tcl76/Makefile @@ -37,6 +37,10 @@ NO_LATEST_LINK= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + post-extract: @${MV} ${WRKDIR}/${PORTNAME}${PORTVERSION} ${WRKDIR}/${DISTNAME} @@ -52,7 +56,7 @@ pre-install: cd ${WRKSRC} && ${MAKE} -f Makefile.lib PREFIX=${PREFIX} VERSION=${VERSION} install post-install: -.if ${PORTOBJFORMAT} == "aout" +.if ${PORTOBJFORMAT} == "aout" ${LN} -sf libtcl76jp.so.1.0 ${PREFIX}/lib/libtcl76jp.so .endif .if exists(${PKGINSTALL}) |