diff options
Diffstat (limited to 'science/R-cran-udunits2/Makefile')
-rw-r--r-- | science/R-cran-udunits2/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/science/R-cran-udunits2/Makefile b/science/R-cran-udunits2/Makefile index 3825ea143033..c8fb34cb9bba 100644 --- a/science/R-cran-udunits2/Makefile +++ b/science/R-cran-udunits2/Makefile @@ -1,6 +1,5 @@ PORTNAME= udunits2 -PORTVERSION= 0.13.2.1 -PORTREVISION= 1 +PORTVERSION= 0.13.2.2 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -10,8 +9,8 @@ WWW= https://cran.r-project.org/web/packages/udunits2/ LICENSE= GPLv2 -LIB_DEPENDS= libudunits2.so:science/udunits \ - libexpat.so:textproc/expat2 +LIB_DEPENDS= libexpat.so:textproc/expat2 \ + libudunits2.so:science/udunits USES= cran:auto-plist,compiles |