svn commit: r469609 - head/graphics/sane-backends
Yuri Victorovich
yuri at FreeBSD.org
Fri May 11 04:01:58 UTC 2018
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 at 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
More information about the svn-ports-head
mailing list