svn commit: r322596 - in head/graphics: fusefs-gphotofs libgphoto2

Alexey Dokuchaev danfe at FreeBSD.org
Wed Jul 10 01:57:15 UTC 2013


Author: danfe
Date: Wed Jul 10 01:57:14 2013
New Revision: 322596
URL: http://svnweb.freebsd.org/changeset/ports/322596

Log:
  - Unbreak the build of fusefs-gphotofs (add missing pkgconfig)
  - Define LICENSE for fusefs-gphotofs and libgphoto2 while here

Modified:
  head/graphics/fusefs-gphotofs/Makefile
  head/graphics/libgphoto2/Makefile

Modified: head/graphics/fusefs-gphotofs/Makefile
==============================================================================
--- head/graphics/fusefs-gphotofs/Makefile	Wed Jul 10 01:43:23 2013	(r322595)
+++ head/graphics/fusefs-gphotofs/Makefile	Wed Jul 10 01:57:14 2013	(r322596)
@@ -11,9 +11,11 @@ PKGNAMEPREFIX=	fusefs-
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Mount PTP camera as a file system
 
-LIB_DEPENDS=	gphoto2.2:${PORTSDIR}/graphics/libgphoto2
+LICENSE=	GPLv2
 
-USES=		fuse
+LIB_DEPENDS=	gphoto2:${PORTSDIR}/graphics/libgphoto2
+
+USES=		fuse pkgconfig
 USE_BZIP2=	yes
 USE_GNOME=	glib20
 GNU_CONFIGURE=	yes

Modified: head/graphics/libgphoto2/Makefile
==============================================================================
--- head/graphics/libgphoto2/Makefile	Wed Jul 10 01:43:23 2013	(r322595)
+++ head/graphics/libgphoto2/Makefile	Wed Jul 10 01:57:14 2013	(r322596)
@@ -10,6 +10,8 @@ MASTER_SITES=	SF/gphoto/libgphoto/${PORT
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Universal digital camera control library
 
+LICENSE=	LGPL21
+
 LIB_DEPENDS=	exif:${PORTSDIR}/graphics/libexif \
 		jpeg:${PORTSDIR}/graphics/jpeg
 


More information about the svn-ports-all mailing list