aboutsummaryrefslogtreecommitdiffstats
path: root/lang/metaocaml/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-24 21:03:55 +0800
committermiwi <miwi@FreeBSD.org>2008-03-24 21:03:55 +0800
commitdd70e028701d877ba20b006edcedc6df5c408d09 (patch)
tree29ee38167b82f550d5b5191edff093320cd794ba /lang/metaocaml/Makefile
parent4e3961b506ac1065b05288675b0c56c7e1eb7dc3 (diff)
downloadfreebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.tar.gz
freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.tar.zst
freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.zip
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'lang/metaocaml/Makefile')
-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