aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/tcl76
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-12-23 17:13:04 +0800
committerlinimon <linimon@FreeBSD.org>2003-12-23 17:13:04 +0800
commit8ff2b89734cab241ae599fd64e529bea326842bb (patch)
treed772c14e3f470d2ac6489843fddf9d6b87969e86 /japanese/tcl76
parentdb744155182d08d87beba567d17f6783b716a80d (diff)
downloadfreebsd-ports-gnome-8ff2b89734cab241ae599fd64e529bea326842bb.tar.gz
freebsd-ports-gnome-8ff2b89734cab241ae599fd64e529bea326842bb.tar.zst
freebsd-ports-gnome-8ff2b89734cab241ae599fd64e529bea326842bb.zip
Per bento logs, mark broken on recent versions of 5.x due to install
problems. Notified maintainer.
Diffstat (limited to 'japanese/tcl76')
-rw-r--r--japanese/tcl76/Makefile6
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})