aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-24 02:08:22 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-24 02:08:22 +0000
commit822927830688dc27a5b1fa3080eea013a5c2f6ae (patch)
tree745b724cbbdd20fd0bf056419a43638d30ab0570 /biology
parent0398acd76cf74cb590cf127a597fcbfecc4ede8d (diff)
downloadports-822927830688dc27a5b1fa3080eea013a5c2f6ae.tar.gz
ports-822927830688dc27a5b1fa3080eea013a5c2f6ae.zip
This port doesn't build with egcs' f77 compiler.
Notes
Notes: svn path=/head/; revision=18962
Diffstat (limited to 'biology')
-rw-r--r--biology/ortep3/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/biology/ortep3/Makefile b/biology/ortep3/Makefile
index be8cd17e3b8a..32553838c19d 100644
--- a/biology/ortep3/Makefile
+++ b/biology/ortep3/Makefile
@@ -3,7 +3,7 @@
# Date created: 1999-05-08
# Whom: Ryo MIYAMOTO
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1999/05/19 13:37:58 taoka Exp $
#
DISTNAME= ortep
@@ -16,6 +16,11 @@ MAINTAINER= rmiya@cc.hirosaki-u.ac.jp
LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 400002
+BROKEN= doesn\'t build with new f77 compiler
+.endif
+
pre-patch:
${CP} ${FILESDIR}/Makefile.ortep3 ${WRKDIR}/${DISTNAME}/src/Makefile
.if defined(USEPGPLOT)
@@ -51,4 +56,4 @@ do-install:
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README.1st \
${PREFIX}/share/doc/ortep3
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>