diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-05-11 04:01:57 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-05-11 04:01:57 +0000 |
commit | 029e3a4cdb03a6f9cddb13da6edf52c9d8b8aa9d (patch) | |
tree | 502926f73d3585d49a186edaf2418bc59042b1fe /graphics | |
parent | cb8414b53c681395cff1ee3f1c755e97c2a500d4 (diff) | |
download | ports-029e3a4cdb03a6f9cddb13da6edf52c9d8b8aa9d.tar.gz ports-029e3a4cdb03a6f9cddb13da6edf52c9d8b8aa9d.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sane-backends/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 09f821542ef8..7244df07a0ae 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -3,7 +3,7 @@ PORTNAME= sane-backends PORTVERSION= 1.0.27 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4146/ \ http://fossies.org/linux/misc/ @@ -12,8 +12,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= API for access to scanners, digitals camera, frame grabbers etc LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libtiff.so:graphics/tiff +LIB_DEPENDS= libpng16.so:graphics/png \ + libtiff.so:graphics/tiff USES= gmake jpeg libtool localbase pathfix pkgconfig GNU_CONFIGURE= yes |