summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-18 16:35:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-18 16:35:47 +0000
commitde0cb02f0ce020cb97c9c3391fe576c786ea696d (patch)
tree50249cd123cfe11392e1b8f9e73c36f4d7e3df9d /biology
parentNote some fixes for XPM image decoding vulnerabilities. (diff)
BROKEN on 5.x: Does not install
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118230
Diffstat (limited to 'biology')
-rw-r--r--biology/deft/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/biology/deft/Makefile b/biology/deft/Makefile
index eae57c0484bf..1112abef88dd 100644
--- a/biology/deft/Makefile
+++ b/biology/deft/Makefile
@@ -21,6 +21,10 @@ USE_REINPLACE= yes
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not install on FreeBSD >= 5.x"
+.endif
+
.if ${OSVERSION} >= 400005
# Using g77 is troublesome, then it is better to use f2c/cc.
BUILD_DEPENDS= ftn77:${PORTSDIR}/lang/f77