summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-29 04:33:28 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-29 04:33:28 +0000
commit2bdc678d9a73bfa0567356bd4338b3e414655605 (patch)
tree0be5a9ef68c588440e45610b6178606aabcb90ba /lang
parentNow builds on amd64 (diff)
Now builds on 5.x
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118490
Diffstat (limited to 'lang')
-rw-r--r--lang/tensile/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/tensile/Makefile b/lang/tensile/Makefile
index bf8c5c2db66a..c4fbf4499bfd 100644
--- a/lang/tensile/Makefile
+++ b/lang/tensile/Makefile
@@ -42,10 +42,6 @@ MAN7= docstrip.7t sl_crypt.7t sl_files.7t sl_fpmath.7t sl_int64.7t \
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
.endif
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not install on FreeBSD ${OSVERSION}"
-.endif
-
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|= -module$$|= -module -avoid-version|g'