diff options
Diffstat (limited to 'textproc/R-cran-XML/Makefile')
-rw-r--r-- | textproc/R-cran-XML/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/R-cran-XML/Makefile b/textproc/R-cran-XML/Makefile index 042f1cb67c5..f662b048856 100644 --- a/textproc/R-cran-XML/Makefile +++ b/textproc/R-cran-XML/Makefile @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= XML -DISTVERSION= 3.98-1.1 -PORTREVISION= 5 +DISTVERSION= 3.98-1.2 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Tools for parsing and generating XML -LICENSE= GPLv2 +LICENSE= BSD2CLAUSE USES= cran:auto-plist USE_GNOME= libxml2 |