aboutsummaryrefslogtreecommitdiff
path: root/lang/metaocaml
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-24 13:03:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-24 13:03:55 +0000
commit270a2cb06bac9deaa83a7bf518d24dd5290f1038 (patch)
treed906a1023121e31d8ba733cea9aaadba68454b16 /lang/metaocaml
parentcf39093e7bc1b82429c6b399fd5ba0c35dad1c06 (diff)
downloadports-270a2cb06bac9deaa83a7bf518d24dd5290f1038.tar.gz
ports-270a2cb06bac9deaa83a7bf518d24dd5290f1038.zip
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Notes
Notes: svn path=/head/; revision=209683
Diffstat (limited to 'lang/metaocaml')
-rw-r--r--lang/metaocaml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/metaocaml/Makefile b/lang/metaocaml/Makefile
index eb91c60647d2..fab567a301f8 100644
--- a/lang/metaocaml/Makefile
+++ b/lang/metaocaml/Makefile
@@ -7,7 +7,7 @@
PORTNAME= metaocaml
PORTVERSION= 3.09.a30
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= http://www.metaocaml.org/dist/old/
DISTNAME= MetaOCaml_309_alpha_030
@@ -75,7 +75,7 @@ PLISTDIR= ${PREFIX}/lib/metaocaml \
MANPREFIX= ${PREFIX}/share/metaocaml
.if defined(WITH_X11)
-USE_XLIB= yes
+USE_XORG= x11
CONFIGURE_ARGS+=-x11include ${X11BASE}/include -x11lib ${X11BASE}/lib
PLIST_SUB+= X11=""
.else