aboutsummaryrefslogtreecommitdiffstats
path: root/math/R
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2009-07-18 19:11:29 +0800
committerdinoex <dinoex@FreeBSD.org>2009-07-18 19:11:29 +0800
commitf66043401d219e6bee08b710c77b732eb36060b5 (patch)
tree33a2c0660e6aa1ee1be77151d2f351ab35b4d41b /math/R
parentd9ee3962c7bfd2113fa777e2f591f564ae12e107 (diff)
downloadfreebsd-ports-gnome-f66043401d219e6bee08b710c77b732eb36060b5.tar.gz
freebsd-ports-gnome-f66043401d219e6bee08b710c77b732eb36060b5.tar.zst
freebsd-ports-gnome-f66043401d219e6bee08b710c77b732eb36060b5.zip
- update to jpeg7
Tested by: pav on pointyhat
Diffstat (limited to 'math/R')
-rw-r--r--math/R/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index b7415637f0a6..127aa800c918 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -8,6 +8,7 @@
PORTNAME= R
PORTVERSION= 2.9.0
+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/ \
@@ -90,7 +91,7 @@ CONFIGURE_ARGS+=--with-ICU
.if defined(WITHOUT_JPEG)
CONFIGURE_ARGS+=--without-jpeglib
.else
-LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS+= jpeg.10:${PORTSDIR}/graphics/jpeg
CONFIGURE_ARGS+=--with-jpeglib
.endif