Date: Wed, 10 Jul 2013 01:57:15 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322596 - in head/graphics: fusefs-gphotofs libgphoto2 Message-ID: <201307100157.r6A1vF2o031561@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org COMMENT= Universal digital camera control library +LICENSE= LGPL21 + LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif \ jpeg:${PORTSDIR}/graphics/jpeg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307100157.r6A1vF2o031561>