diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2019-08-04 09:56:51 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2019-08-04 09:56:51 +0000 |
commit | c13eacf228bc118274d5cd18d26f3f6de9f8c8f2 (patch) | |
tree | ed59408983dd2410c4a10381c05f64075b30c032 /textproc/R-cran-xml2/Makefile | |
parent | 75a64b54e2f5c5c76822f7ead379e8a0fd547fc4 (diff) | |
download | ports-c13eacf228bc118274d5cd18d26f3f6de9f8c8f2.tar.gz ports-c13eacf228bc118274d5cd18d26f3f6de9f8c8f2.zip |
Notes
Diffstat (limited to 'textproc/R-cran-xml2/Makefile')
-rw-r--r-- | textproc/R-cran-xml2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/R-cran-xml2/Makefile b/textproc/R-cran-xml2/Makefile index 73323c0e1ce4..4cf67cbcf4b0 100644 --- a/textproc/R-cran-xml2/Makefile +++ b/textproc/R-cran-xml2/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xml2 -PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTVERSION= 1.2.1 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -16,7 +15,7 @@ CRAN_DEPENDS= R-cran-Rcpp>=0.12.12:devel/R-cran-Rcpp BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} -USES= cran:auto-plist,compiles +USES= cran:auto-plist,compiles gnome USE_GNOME= libxml2 post-patch: |