diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-20 00:28:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-20 00:28:07 +0000 |
commit | 2ac14e81c8c4e7d7f34bb00b276e2707995f98fe (patch) | |
tree | fbe83b17d402aa6f23f0a7adb8627020f47c8327 /lang/schemetoc | |
parent | 9274195211c69dcc11e0d31f8d37ca018b9de2a0 (diff) | |
download | ports-2ac14e81c8c4e7d7f34bb00b276e2707995f98fe.tar.gz ports-2ac14e81c8c4e7d7f34bb00b276e2707995f98fe.zip |
Notes
Diffstat (limited to 'lang/schemetoc')
-rw-r--r-- | lang/schemetoc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/schemetoc/Makefile b/lang/schemetoc/Makefile index 4a0c2763d3fa..6baa34caec54 100644 --- a/lang/schemetoc/Makefile +++ b/lang/schemetoc/Makefile @@ -12,13 +12,12 @@ MASTER_SITES= http://www.cs.indiana.edu/pub/scheme-repository/imp/Scheme-to-C/ DISTNAME= 15mar93 EXTRACT_SUFX= .tar.Z -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erik@smluc.org COMMENT= Scheme-to-C, a compiler and interpreter for compiling scheme into C -BROKEN= "last distfile dates from 1993. Does not work on 5.x or non-i386" - USE_REINPLACE= yes USE_XLIB= yes +USE_GCC= 2.95 INSTALLS_SHLIB= yes NO_WRKSUBDIR= yes MAN1= scc.1 sci.1 |