aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2013-07-10 09:57:14 +0800
committerdanfe <danfe@FreeBSD.org>2013-07-10 09:57:14 +0800
commit93d49c10171e4e8476cfaf579fd939595ad97476 (patch)
tree066cf30fd2ef17825d63e3f40146d57daf3de234 /graphics
parent6960b33b426305b4da72115666b2a2769a2ef9c2 (diff)
downloadfreebsd-ports-gnome-93d49c10171e4e8476cfaf579fd939595ad97476.tar.gz
freebsd-ports-gnome-93d49c10171e4e8476cfaf579fd939595ad97476.tar.zst
freebsd-ports-gnome-93d49c10171e4e8476cfaf579fd939595ad97476.zip
- Unbreak the build of fusefs-gphotofs (add missing pkgconfig)
- Define LICENSE for fusefs-gphotofs and libgphoto2 while here
Diffstat (limited to 'graphics')
-rw-r--r--graphics/fusefs-gphotofs/Makefile6
-rw-r--r--graphics/libgphoto2/Makefile2
2 files changed, 6 insertions, 2 deletions
diff --git a/graphics/fusefs-gphotofs/Makefile b/graphics/fusefs-gphotofs/Makefile
index 2d42a90ec022..69dc51916fcb 100644
--- a/graphics/fusefs-gphotofs/Makefile
+++ b/graphics/fusefs-gphotofs/Makefile
@@ -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
diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile
index 7f0848ce8226..698609a6c3d2 100644
--- a/graphics/libgphoto2/Makefile
+++ b/graphics/libgphoto2/Makefile
@@ -10,6 +10,8 @@ MASTER_SITES= SF/gphoto/libgphoto/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Universal digital camera control library
+LICENSE= LGPL21
+
LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif \
jpeg:${PORTSDIR}/graphics/jpeg