diff options
author | David Naylor <dbn@FreeBSD.org> | 2017-06-18 18:09:16 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2017-06-18 18:09:16 +0000 |
commit | 9920d3ae657e820bce42911009136fc059210d0d (patch) | |
tree | 237480885bd130394dbcbc56f765540bba4416e2 /graphics | |
parent | 4aeae92375bb57620d054d3cc88677ebba4f22bf (diff) | |
download | ports-9920d3ae657e820bce42911009136fc059210d0d.tar.gz ports-9920d3ae657e820bce42911009136fc059210d0d.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/R-cran-GDD/Makefile | 4 | ||||
-rw-r--r-- | graphics/R-cran-png/Makefile | 4 | ||||
-rw-r--r-- | graphics/R-cran-rtiff/Makefile | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/graphics/R-cran-GDD/Makefile b/graphics/R-cran-GDD/Makefile index 8f6e689438de..0331dab76778 100644 --- a/graphics/R-cran-GDD/Makefile +++ b/graphics/R-cran-GDD/Makefile @@ -3,7 +3,7 @@ PORTNAME= GDD DISTVERSION= 0.1-13.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -17,6 +17,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME} -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include <bsd.port.mk> diff --git a/graphics/R-cran-png/Makefile b/graphics/R-cran-png/Makefile index 0f68994f0293..35d459874c52 100644 --- a/graphics/R-cran-png/Makefile +++ b/graphics/R-cran-png/Makefile @@ -3,7 +3,7 @@ PORTNAME= png DISTVERSION= 0.1-7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -15,6 +15,6 @@ LICENSE_COMB= dual LIB_DEPENDS= libpng.so:graphics/png -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include <bsd.port.mk> diff --git a/graphics/R-cran-rtiff/Makefile b/graphics/R-cran-rtiff/Makefile index 558afbcb97e1..0e03a07c1c46 100644 --- a/graphics/R-cran-rtiff/Makefile +++ b/graphics/R-cran-rtiff/Makefile @@ -3,6 +3,7 @@ PORTNAME= rtiff PORTVERSION= 1.4.5 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,7 +15,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libtiff.so:graphics/tiff RUN_DEPENDS= R-cran-pixmap>0:graphics/R-cran-pixmap -USES= cran:auto-plist +USES= cran:auto-plist,compiles LDFLAGS+= -L${LOCALBASE}/lib |