diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-01-23 16:28:36 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-01-23 16:28:36 +0000 |
commit | 340b57f8beb786be8990652b17d2e45f182346e6 (patch) | |
tree | c3e6d8718763fb6c4df9ddb40d2544e7ceccaccd /lang | |
parent | 66a81c62b92aa3373e54dc3b68238b43561f244f (diff) | |
download | ports-340b57f8beb786be8990652b17d2e45f182346e6.tar.gz ports-340b57f8beb786be8990652b17d2e45f182346e6.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/drscheme/Makefile | 2 | ||||
-rw-r--r-- | lang/fpc/Makefile.units | 3 | ||||
-rw-r--r-- | lang/hugs/Makefile | 2 | ||||
-rw-r--r-- | lang/lush/Makefile | 1 | ||||
-rw-r--r-- | lang/plt-scheme/Makefile | 1 | ||||
-rw-r--r-- | lang/racket-textual/Makefile | 1 | ||||
-rw-r--r-- | lang/racket/Makefile | 1 | ||||
-rw-r--r-- | lang/ypsilon/Makefile | 2 |
8 files changed, 9 insertions, 4 deletions
diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile index b3e2c4e497da..1f8dbb680c01 100644 --- a/lang/drscheme/Makefile +++ b/lang/drscheme/Makefile @@ -7,7 +7,7 @@ PORTNAME= drscheme PORTVERSION= 370 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang scheme MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/ \ http://www.cs.utah.edu/plt/download/${PORTVERSION}/plt/ \ diff --git a/lang/fpc/Makefile.units b/lang/fpc/Makefile.units index eb4c7aa961a2..d58ba73ac76c 100644 --- a/lang/fpc/Makefile.units +++ b/lang/fpc/Makefile.units @@ -180,8 +180,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png .if ${PKGNAMESUFFIX} == "-opengl" . if defined(WITH_OPENGL) -USE_GL= yes -LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut +USE_GL= glut . endif HAVE_EXAMPLES= true .endif diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index 8d582cb8e9db..c46226157478 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -7,7 +7,7 @@ PORTNAME= hugs98 PORTVERSION= 200609 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang haskell MASTER_SITES= http://cvs.haskell.org/Hugs/downloads/2006-09/ DISTNAME= ${PORTNAME}-plus-${HUGS_DATE} diff --git a/lang/lush/Makefile b/lang/lush/Makefile index f3e10000ecd2..aa99719bb081 100644 --- a/lang/lush/Makefile +++ b/lang/lush/Makefile @@ -14,6 +14,7 @@ MAINTAINER= dyeske@gmail.com COMMENT= A high level object-oriented programming language USE_GETTEXT= yes +USE_XORG= xt xft USE_GL= yes USE_SDL= sdl image GNU_CONFIGURE= yes diff --git a/lang/plt-scheme/Makefile b/lang/plt-scheme/Makefile index 2d72cd948e27..a5221a9200fa 100644 --- a/lang/plt-scheme/Makefile +++ b/lang/plt-scheme/Makefile @@ -7,6 +7,7 @@ PORTNAME= plt-scheme PORTVERSION= 4.1.4 +PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/\ http://plt.cs.uchicago.edu/bundles/${PORTVERSION}/plt/\ diff --git a/lang/racket-textual/Makefile b/lang/racket-textual/Makefile index 2d72cd948e27..a5221a9200fa 100644 --- a/lang/racket-textual/Makefile +++ b/lang/racket-textual/Makefile @@ -7,6 +7,7 @@ PORTNAME= plt-scheme PORTVERSION= 4.1.4 +PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/\ http://plt.cs.uchicago.edu/bundles/${PORTVERSION}/plt/\ diff --git a/lang/racket/Makefile b/lang/racket/Makefile index 2d72cd948e27..a5221a9200fa 100644 --- a/lang/racket/Makefile +++ b/lang/racket/Makefile @@ -7,6 +7,7 @@ PORTNAME= plt-scheme PORTVERSION= 4.1.4 +PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/\ http://plt.cs.uchicago.edu/bundles/${PORTVERSION}/plt/\ diff --git a/lang/ypsilon/Makefile b/lang/ypsilon/Makefile index f9b03e8ec422..090ad5289028 100644 --- a/lang/ypsilon/Makefile +++ b/lang/ypsilon/Makefile @@ -7,6 +7,7 @@ PORTNAME= ypsilon PORTVERSION= 0.9.6.3 +PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-0.9.6.update3 @@ -14,6 +15,7 @@ DISTNAME= ${PORTNAME}-0.9.6.update3 MAINTAINER= vmagerya@gmail.com COMMENT= Scheme implementation for real-time applications +USE_GL= glut USE_GMAKE= yes MAKE_ARGS= DATADIR="${DATADIR}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" |