diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2006-07-25 11:27:26 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2006-07-25 11:27:26 +0800 |
commit | 7977b088d02ffcc3d8b5c6462425af4ec67929bb (patch) | |
tree | c8cc13d6e312f714f43bf85035c9fbeb664a618b /lang/drscheme/Makefile | |
parent | c2b2df1e4d5dcb5f6902ce80697a27cc2398700f (diff) | |
download | freebsd-ports-gnome-7977b088d02ffcc3d8b5c6462425af4ec67929bb.tar.gz freebsd-ports-gnome-7977b088d02ffcc3d8b5c6462425af4ec67929bb.tar.zst freebsd-ports-gnome-7977b088d02ffcc3d8b5c6462425af4ec67929bb.zip |
Update to v351.
Upstream changes include:
- bug-fixes,
- improved 3m performance,
- HtDC libraries have been reorganized into four packages,
- improvements to the 'Debug' button, including persistent
breakpoints,
- expressiveness improvements and a 2x performance boost
for tight loops that do a lot of contract checking.
Diffstat (limited to 'lang/drscheme/Makefile')
-rw-r--r-- | lang/drscheme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile index b9e53aa67acc..d428a95b954e 100644 --- a/lang/drscheme/Makefile +++ b/lang/drscheme/Makefile @@ -6,7 +6,7 @@ # PORTNAME= drscheme -PORTVERSION= 350 +PORTVERSION= 351 CATEGORIES= lang scheme MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/ \ http://www.cs.utah.edu/plt/download/${PORTVERSION}/plt/ \ @@ -24,7 +24,7 @@ COMMENT= An interactive, integrated, graphical Scheme programming environment GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --enable-shared --x-includes=${X11BASE}/include \ - --x-libraries=${X11BASE}/lib + --x-libraries=${X11BASE}/lib --enable-lt=${LIBTOOL} WRKSRC= ${WRKDIR}/plt/src USE_LDCONFIG= yes |