summaryrefslogtreecommitdiffstats
path: root/devel/tcl-trf
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-12-19 11:25:36 +0000
committerlinimon <linimon@FreeBSD.org>2003-12-19 11:25:36 +0000
commitb329de00360566a0d2841e1d43ef2da1ba3754d4 (patch)
tree4489ffccccd961c1db2213bb13662279bd2041a3 /devel/tcl-trf
parent060f82941ca5c2fb0c97a471e97eaf071f036938 (diff)
downloadFreeBSD-ports-b329de00360566a0d2841e1d43ef2da1ba3754d4.zip
FreeBSD-ports-b329de00360566a0d2841e1d43ef2da1ba3754d4.tar.gz
Per bento logs, mark as broken on 5.x, although not for the usual gcc
reasons. Informed maintainer.
Diffstat (limited to 'devel/tcl-trf')
-rw-r--r--devel/tcl-trf/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/tcl-trf/Makefile b/devel/tcl-trf/Makefile
index f8b06a5..bdb2a93 100644
--- a/devel/tcl-trf/Makefile
+++ b/devel/tcl-trf/Makefile
@@ -62,10 +62,16 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/painless-guide-to-crc.txt ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not install on FreeBSD ${OSVERSION}"
+.endif
SHLIB_NAME= libTrf2.so.1
SHLIB_LINK= ${SHLIB_NAME:C/\.so\..*/.so/}
PLIST_SUB+= SHLIB_NAME=${SHLIB_NAME} SHLIB_LINK=${SHLIB_LINK} \
TCL_DVER=${TCL_VER:C/\.//}
+
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud