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/R-cran-png | |
parent | 4aeae92375bb57620d054d3cc88677ebba4f22bf (diff) | |
download | ports-9920d3ae657e820bce42911009136fc059210d0d.tar.gz ports-9920d3ae657e820bce42911009136fc059210d0d.zip |
Notes
Diffstat (limited to 'graphics/R-cran-png')
-rw-r--r-- | graphics/R-cran-png/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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> |