diff options
Diffstat (limited to 'graphics/R-cran-rgdal/Makefile')
-rw-r--r-- | graphics/R-cran-rgdal/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/R-cran-rgdal/Makefile b/graphics/R-cran-rgdal/Makefile index 8c7eccca5877..cc48499116e9 100644 --- a/graphics/R-cran-rgdal/Makefile +++ b/graphics/R-cran-rgdal/Makefile @@ -11,9 +11,9 @@ COMMENT= Bindings for the Geospatial Data Abstraction Library LICENSE= GPLv2+ -LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal \ - libproj.so:${PORTSDIR}/graphics/proj -RUN_DEPENDS= R-cran-sp>=1.1.0:${PORTSDIR}/math/R-cran-sp +LIB_DEPENDS= libgdal.so:graphics/gdal \ + libproj.so:graphics/proj +RUN_DEPENDS= R-cran-sp>=1.1.0:math/R-cran-sp USES= cran:auto-plist |