diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-20 10:09:32 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-20 10:09:32 +0800 |
commit | a8891702325fc0757176cfc48f82c7a9d17de1ca (patch) | |
tree | bf2fc7b5438be0e6efc5acf809252ab4dc86c4fc /lang | |
parent | ece45792bcea7b175f1c4ef04221d31f3b8d3149 (diff) | |
download | freebsd-ports-graphics-a8891702325fc0757176cfc48f82c7a9d17de1ca.tar.gz freebsd-ports-graphics-a8891702325fc0757176cfc48f82c7a9d17de1ca.tar.zst freebsd-ports-graphics-a8891702325fc0757176cfc48f82c7a9d17de1ca.zip |
The build on 7.X was fixed back in August, but the BROKEN line was left.
Reported by: pointyhat
Approved by: portmgr (self)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/rscheme/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/rscheme/Makefile b/lang/rscheme/Makefile index eb39440af46..8a785415c93 100644 --- a/lang/rscheme/Makefile +++ b/lang/rscheme/Makefile @@ -29,9 +29,6 @@ BOOTSTRAP_TARGET= stage1 .if ${ARCH} != "i386" BROKEN= fails to install on ${ARCH} .endif -.if ${OSVERSION} >= 700000 -BROKEN= fails to install on 7.X -.endif post-extract: @${MKDIR} ${WRKSRC} ${WRKDIR}/build |