diff options
author | tota <tota@FreeBSD.org> | 2012-06-19 06:16:34 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-06-19 06:16:34 +0800 |
commit | eb322bb45df516848beaeef6f0325c3dc9590207 (patch) | |
tree | 7eef0a43e68fe21b41b2acf7f78a2e0830ced8c2 /graphics | |
parent | a11cadfa1b69f578a1c83acab0432594dd810807 (diff) | |
download | freebsd-ports-gnome-eb322bb45df516848beaeef6f0325c3dc9590207.tar.gz freebsd-ports-gnome-eb322bb45df516848beaeef6f0325c3dc9590207.tar.zst freebsd-ports-gnome-eb322bb45df516848beaeef6f0325c3dc9590207.zip |
- Fix configure [1]
- Pet portlint
Reported by: pointyhat (pav) [1]
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/R-cran-rgdal/Makefile | 6 |
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> |