diff options
author | tota <tota@FreeBSD.org> | 2013-02-08 22:52:18 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2013-02-08 22:52:18 +0800 |
commit | 2a7f141f9f5e2503c8e4f3673b9e8d2a241cf629 (patch) | |
tree | 83ab2475e23d7b51f7377f0b5da108276134b3e7 /graphics/R-cran-rtiff/Makefile | |
parent | e9efc5e27bba29eece461145a555efe52fbad13b (diff) | |
download | freebsd-ports-gnome-2a7f141f9f5e2503c8e4f3673b9e8d2a241cf629.tar.gz freebsd-ports-gnome-2a7f141f9f5e2503c8e4f3673b9e8d2a241cf629.tar.zst freebsd-ports-gnome-2a7f141f9f5e2503c8e4f3673b9e8d2a241cf629.zip |
- Update to 1.4.2
- Remove indefinite article from COMMENT
- Trim WWW: line in pkg-descr
Diffstat (limited to 'graphics/R-cran-rtiff/Makefile')
-rw-r--r-- | graphics/R-cran-rtiff/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/R-cran-rtiff/Makefile b/graphics/R-cran-rtiff/Makefile index 93519c745276..8ea2212d4804 100644 --- a/graphics/R-cran-rtiff/Makefile +++ b/graphics/R-cran-rtiff/Makefile @@ -2,21 +2,18 @@ # $FreeBSD$ PORTNAME= rtiff -PORTVERSION= 1.4.1 -PORTREVISION= 4 +PORTVERSION= 1.4.2 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org -COMMENT= A tiff reader for R +COMMENT= TIFF reader for R LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff RUN_DEPENDS= R-cran-pixmap>0:${PORTSDIR}/graphics/R-cran-pixmap LICENSE_FILE= ${WRKSRC}/LICENSE -LDFLAGS+= -L${LOCALBASE}/lib - USE_R_MOD= yes R_MOD_AUTOPLIST= yes |