mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
26 lines
642 B
Makefile
26 lines
642 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ggplot2
|
|
PORTVERSION= 2.2.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Implementation of the Grammar of Graphics
|
|
|
|
LICENSE= GPLv2
|
|
|
|
CRAN_DEPENDS= R-cran-digest>0:security/R-cran-digest \
|
|
R-cran-gtable>=0.1.1:math/R-cran-gtable \
|
|
R-cran-plyr>=1.7.1:devel/R-cran-plyr \
|
|
R-cran-reshape2>0:devel/R-cran-reshape2 \
|
|
R-cran-scales>=0.4.1:graphics/R-cran-scales \
|
|
R-cran-tibble>0:devel/R-cran-tibble \
|
|
R-cran-lazyeval>0:math/R-cran-lazyeval
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|