diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2004-03-04 00:47:57 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2004-03-04 00:47:57 +0800 |
commit | f5b07b506ae85b814462bbe24353c5d8aab52ba1 (patch) | |
tree | 41b2f2c787939d7ca4b9499e033720c82d785ef6 /lang/drscheme/Makefile | |
parent | 4f983888669fa0999730001cffa49d39949fb380 (diff) | |
download | freebsd-ports-gnome-f5b07b506ae85b814462bbe24353c5d8aab52ba1.tar.gz freebsd-ports-gnome-f5b07b506ae85b814462bbe24353c5d8aab52ba1.tar.zst freebsd-ports-gnome-f5b07b506ae85b814462bbe24353c5d8aab52ba1.zip |
Upgrade to v206p1. Mark as 'only for i386', till the ports to other
Tier-1 architectures are completed.
Diffstat (limited to 'lang/drscheme/Makefile')
-rw-r--r-- | lang/drscheme/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile index 4f57aadc73ce..634d7281b3f6 100644 --- a/lang/drscheme/Makefile +++ b/lang/drscheme/Makefile @@ -6,7 +6,7 @@ # PORTNAME= drscheme -PORTVERSION= 205 +PORTVERSION= 206p1 CATEGORIES= lang scheme MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/ \ http://www.cs.utah.edu/plt/download/${PORTVERSION}/plt/ \ @@ -14,7 +14,8 @@ MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/ \ ftp://archive.informatik.uni-tuebingen.de/unix/language/plt/${PORTVERSION}/plt/ \ ftp://infogroep.be/pub/plt/bundles/${PORTVERSION}/plt/ \ ftp://morpheus.wish.com.mx/pub/plt/${PORTVERSION}/plt/ -DISTNAME= plt-${PORTVERSION}.src.x +DISTNAME= plt-${PORTVERSION}-src-unix +EXTRACT_SUFX= .tgz MAINTAINER= jkoshy@FreeBSD.org COMMENT= An interactive, integrated, graphical Scheme programming environment @@ -27,14 +28,12 @@ USE_XLIB= yes PLTHOME= ${PREFIX}/drscheme DRS_D= bin install collects teachpack include lib -DRS_B= drscheme mred mzc mzscheme tex2page +DRS_B= drscheme mred mzc mzscheme MAN1= drscheme.1 mred.1 mzscheme.1 .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" -.endif +ONLY_FOR_ARCH= i386 do-install: ${MKDIR} ${PLTHOME} |