diff options
author | Wes Peters <wes@FreeBSD.org> | 2007-07-15 18:57:52 +0000 |
---|---|---|
committer | Wes Peters <wes@FreeBSD.org> | 2007-07-15 18:57:52 +0000 |
commit | 60cf89a0c00540e751d9928fb561572211feb957 (patch) | |
tree | f59b330653ffe0d77f0bfc3af7e88be317645631 /lang/snobol | |
parent | e6597e5ff1ab92adc84a7de865f392ee96463f3a (diff) | |
download | ports-60cf89a0c00540e751d9928fb561572211feb957.tar.gz ports-60cf89a0c00540e751d9928fb561572211feb957.zip |
Notes
Diffstat (limited to 'lang/snobol')
-rw-r--r-- | lang/snobol/Makefile | 4 |
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> |