diff options
-rw-r--r-- | emulators/twin/Makefile | 4 | ||||
-rw-r--r-- | lang/tensile/Makefile | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile index 75acbcc9c853..e8a042738ba1 100644 --- a/emulators/twin/Makefile +++ b/emulators/twin/Makefile @@ -41,10 +41,6 @@ INSTALLS_SHLIB= yes USE_GCC= 3.2 .endif -.if ${OSVERSION} >= 502000 -BROKEN= "Does not compile" -.endif - FMT?= /usr/bin/fmt LIBRARIES= libadvapi32.so libcomctl32.so libcomm.so \ 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' |