diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | 5afc678aac11dcb929706121d1fec2707a1e8e54 (patch) | |
tree | 89d39d526223ba8929324fc0ca33a08f06f5f7ae /math | |
parent | dd9602c2a3e0aa86e76d2db30cf6349888702517 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 3 | ||||
-rw-r--r-- | math/xplot/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
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 diff --git a/math/xplot/Makefile b/math/xplot/Makefile index a6e59c956c79..366ba00766b1 100644 --- a/math/xplot/Makefile +++ b/math/xplot/Makefile @@ -7,18 +7,18 @@ PORTNAME= xplot PORTVERSION= 0.90.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math graphics net MASTER_SITES= http://www.xplot.org/xplot/ MAINTAINER= fenner@FreeBSD.org COMMENT= X11 plotting package -USE_X_PREFIX= yes GNU_CONFIGURE= yes #XPLOT_DEMOS= demo.0 demo.1 demo.2 demo.3 demo.4 demo.5 demo.6 demo.7 +USE_XORG= x11 MAN1= tcpdump2xplot.1 xplot.1 post-install: |