diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
commit | 06aa815303d09728523a1521f001bd7d8ac0ff16 (patch) | |
tree | 8ef0d81d9016d3c0cd3c36f31cc02904d60bab57 /lang | |
parent | 7dad8e86731f6a02bb83a5de682e3bfbcc7232ba (diff) | |
download | ports-06aa815303d09728523a1521f001bd7d8ac0ff16.tar.gz ports-06aa815303d09728523a1521f001bd7d8ac0ff16.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/caml-light/Makefile | 4 | ||||
-rw-r--r-- | lang/drscheme/Makefile | 2 | ||||
-rw-r--r-- | lang/mpd/Makefile | 4 | ||||
-rw-r--r-- | lang/yorick/Makefile | 3 |
4 files changed, 7 insertions, 6 deletions
diff --git a/lang/caml-light/Makefile b/lang/caml-light/Makefile index 93ee10217a4a..424847a4c56c 100644 --- a/lang/caml-light/Makefile +++ b/lang/caml-light/Makefile @@ -7,7 +7,7 @@ PORTNAME= caml PORTVERSION= 0.75 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang elisp MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/ \ ftp://sunsite.doc.ic.ac.uk/computing/programming/languages/ml/caml-light/ \ @@ -19,7 +19,7 @@ DISTNAME= cl75unix MAINTAINER= jkoshy@freebsd.org COMMENT= A strongly typed functional language belonging to the ML family -USE_XLIB= yes +USE_XORG= x11 WRKSRC= ${WRKDIR}/cl75 ALL_TARGET= configure world bootstrap MAN1= camlc.1 camllex.1 camllibr.1 camllight.1 camlmktop.1 \ diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile index cfed6bd0bb30..51b8c0089b70 100644 --- a/lang/drscheme/Makefile +++ b/lang/drscheme/Makefile @@ -7,6 +7,7 @@ PORTNAME= drscheme PORTVERSION= 370 +PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/ \ http://www.cs.utah.edu/plt/download/${PORTVERSION}/plt/ \ @@ -44,7 +45,6 @@ WRKSRC= ${WRKDIR}/plt-${PORTVERSION}/src USE_ICONV= yes USE_GL= yes USE_LDCONFIG= yes -USE_XLIB= yes USE_AUTOTOOLS= libtool:15:env MAN1= drscheme.1 help-desk.1 mred.1 mzscheme.1 tex2page.1 diff --git a/lang/mpd/Makefile b/lang/mpd/Makefile index ff60b8ba1cb2..0bd00122708c 100644 --- a/lang/mpd/Makefile +++ b/lang/mpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= mpd PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://www.cs.arizona.edu/mpd/download/ \ http://crypto.riken.go.jp/pub/NetBSD/packages/distfiles/mpd-language/ @@ -38,7 +38,7 @@ MAN5= mpdmap.5 mpdtrace.5 PLIST_SUB+= X11="@comment " .else PLIST_SUB+= X11="" -USE_XLIB= yes +USE_XORG= x11 .endif post-patch: diff --git a/lang/yorick/Makefile b/lang/yorick/Makefile index afd6508c0e6b..02ef9e708903 100644 --- a/lang/yorick/Makefile +++ b/lang/yorick/Makefile @@ -7,6 +7,7 @@ PORTNAME= yorick PORTVERSION= 2.1.05 +PORTREVISION= 1 CATEGORIES= lang math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +18,7 @@ COMMENT= Interpreted language and scientific graphics WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} -USE_XLIB= yes +USE_XORG= x11 MAKE_ARGS= Y_HOME=relocatable Y_DOCDIR=/dev/null MAN1= yorick.1 gist.1 INFO= yorick |