diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /lang/drscheme | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) |
Notes
Diffstat (limited to 'lang/drscheme')
-rw-r--r-- | lang/drscheme/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile index 96c1021a73eb..c9e847848b65 100644 --- a/lang/drscheme/Makefile +++ b/lang/drscheme/Makefile @@ -7,6 +7,7 @@ PORTNAME= drscheme PORTVERSION= 360 +PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/ \ http://www.cs.utah.edu/plt/download/${PORTVERSION}/plt/ \ @@ -39,6 +40,7 @@ WRKSRC= ${WRKDIR}/plt-${PORTVERSION}/src USE_ICONV= yes USE_LDCONFIG= yes USE_XLIB= yes +USE_GL= yes USE_AUTOTOOLS= libtool:15:env MAN1= drscheme.1 help-desk.1 mred.1 mzscheme.1 tex2page.1 |