aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2012-06-19 06:16:34 +0800
committerTAKATSU Tomonari <tota@FreeBSD.org>2012-06-19 06:16:34 +0800
commit2c588fec996b28380b707f73bcfe08e4db3ef09d (patch)
treee7ba01aae64ab80d150ec893d28f1966250faa65 /graphics
parent81e57af4a4578bcf8afd65053062152c5cc9505d (diff)
downloadfreebsd-ports-gnome-2c588fec996b28380b707f73bcfe08e4db3ef09d.tar.gz
freebsd-ports-gnome-2c588fec996b28380b707f73bcfe08e4db3ef09d.tar.zst
freebsd-ports-gnome-2c588fec996b28380b707f73bcfe08e4db3ef09d.zip
- Fix configure [1]
- Pet portlint Reported by: pointyhat (pav) [1]
Diffstat (limited to 'graphics')
-rw-r--r--graphics/R-cran-rgdal/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/R-cran-rgdal/Makefile b/graphics/R-cran-rgdal/Makefile
index bd88611323ca..f0a6f630b1f3 100644
--- a/graphics/R-cran-rgdal/Makefile
+++ b/graphics/R-cran-rgdal/Makefile
@@ -17,11 +17,13 @@ COMMENT= Bindings for the Geospatial Data Abstraction Library
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
-LIB_DEPENDS= gdal.17:${PORTSDIR}/graphics/gdal \
- proj.7:${PORTSDIR}/graphics/proj
+LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \
+ proj:${PORTSDIR}/graphics/proj
RUN_DEPENDS= R-cran-sp>=0.9.99:${PORTSDIR}/math/R-cran-sp
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
+R_POSTCMD_INSTALL_OPTIONS+= --configure-args="--with-proj-lib=${LOCALBASE}"
+
.include <bsd.port.mk>