diff options
Diffstat (limited to 'math/R-cran-igraph/Makefile')
-rw-r--r-- | math/R-cran-igraph/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/R-cran-igraph/Makefile b/math/R-cran-igraph/Makefile index 87dd026d768d..ca3e6b9bd55f 100644 --- a/math/R-cran-igraph/Makefile +++ b/math/R-cran-igraph/Makefile @@ -12,10 +12,10 @@ COMMENT= Network Analysis and Visualization LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp -RUN_DEPENDS= R-cran-magrittr>0:${PORTSDIR}/devel/R-cran-magrittr \ - R-cran-NMF>0:${PORTSDIR}/math/R-cran-NMF \ - R-cran-irlba>0:${PORTSDIR}/math/R-cran-irlba +LIB_DEPENDS= libgmp.so:math/gmp +RUN_DEPENDS= R-cran-magrittr>0:devel/R-cran-magrittr \ + R-cran-NMF>0:math/R-cran-NMF \ + R-cran-irlba>0:math/R-cran-irlba USES= cran:auto-plist USE_GNOME= libxml2 |