diff options
-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 |