Date: Fri, 11 May 2018 04:01:57 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469609 - head/graphics/sane-backends Message-ID: <201805110401.w4B41vhN040775@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri May 11 04:01:57 2018 New Revision: 469609 URL: https://svnweb.freebsd.org/changeset/ports/469609 Log: graphics/sane-backends: Add LICENSE_FILE; Add missing library to LIB_DEPENDS Modified: head/graphics/sane-backends/Makefile Modified: head/graphics/sane-backends/Makefile ============================================================================== --- head/graphics/sane-backends/Makefile Fri May 11 03:24:58 2018 (r469608) +++ head/graphics/sane-backends/Makefile Fri May 11 04:01:57 2018 (r469609) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805110401.w4B41vhN040775>