summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorWes Peters <wes@FreeBSD.org>2007-07-15 18:57:52 +0000
committerWes Peters <wes@FreeBSD.org>2007-07-15 18:57:52 +0000
commit60cf89a0c00540e751d9928fb561572211feb957 (patch)
treef59b330653ffe0d77f0bfc3af7e88be317645631 /lang
parent- Allow this to be built on pointyhat (diff)
Cram deprecation of this port down the throats of 7.x users.
Notes
Notes: svn path=/head/; revision=195675
Diffstat (limited to 'lang')
-rw-r--r--lang/snobol/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/snobol/Makefile b/lang/snobol/Makefile
index c18fd3c16f53..ac6c8a41317a 100644
--- a/lang/snobol/Makefile
+++ b/lang/snobol/Makefile
@@ -15,6 +15,10 @@ 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>