From 5afc678aac11dcb929706121d1fec2707a1e8e54 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 23 Mar 2008 16:44:09 +0000 Subject: - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Bump PORTREVISION Approved by: portmgr (xorg cleanup) --- math/R/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math/R') diff --git a/math/R/Makefile b/math/R/Makefile index b4afefac7968..5c89d06e1ab1 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -8,6 +8,7 @@ PORTNAME= R PORTVERSION= 2.6.1 +PORTREVISION= 1 CATEGORIES= math lang MASTER_SITES= http://cran.r-project.org/src/base/R-2/ \ ftp://cran.r-project.org/pub/R/src/base/R-2/ \ @@ -112,7 +113,7 @@ CONFIGURE_ARGS+=--without-x PLIST_SUB+= X11="@comment " .else CONFIGURE_ARGS+=--with-x -USE_XLIB= yes +USE_XORG= x11 PLIST_SUB+= X11="" .endif -- cgit v1.2.3