diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-29 04:33:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-29 04:33:28 +0000 |
commit | 2bdc678d9a73bfa0567356bd4338b3e414655605 (patch) | |
tree | 0be5a9ef68c588440e45610b6178606aabcb90ba | |
parent | 542daaed21943f737f3d07b09c3bb54b260fe156 (diff) | |
download | ports-2bdc678d9a73bfa0567356bd4338b3e414655605.tar.gz ports-2bdc678d9a73bfa0567356bd4338b3e414655605.zip |
Notes
-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' |