summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorWes Peters <wes@FreeBSD.org>2007-07-16 03:09:31 +0000
committerWes Peters <wes@FreeBSD.org>2007-07-16 03:09:31 +0000
commitc8ff974cb001a5bb6290e8daa0681be8b422a074 (patch)
tree50dcb5cf797ab6346b2a813cacb302e09ca37da4 /lang
parentNow we use USE_FORTRAN=yes to use FORTRAN compiler. (diff)
Fix the OSVERSION check so it will actually be defined.
Submitted by: Pav Lucistnik <pav@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=195697
Diffstat (limited to 'lang')
-rw-r--r--lang/snobol/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/snobol/Makefile b/lang/snobol/Makefile
index ac6c8a41317a..eb3943a09e34 100644
--- a/lang/snobol/Makefile
+++ b/lang/snobol/Makefile
@@ -15,14 +15,14 @@ COMMENT= 0.99.4 release of ``The Macro Implementation of SNOBOL4 in C''
DEPRECATED= Replaced by snobol4 port
CONFLICTS= snobol4
-.if ${OSVERSION} > 699999
-BROKEN= ${DEPRECATED}
-.endif
-
MAN1= snobol4.1
.include <bsd.port.pre.mk>
+.if ${OSVERSION} > 699999
+BROKEN= ${DEPRECATED}
+.endif
+
# Fix GCC 3.x from freaking out over some of our pointers.
#
# I had to patch gendata.sno, so I patched the changes it produces