diff options
-rw-r--r-- | graphics/fusefs-gphotofs/Makefile | 6 | ||||
-rw-r--r-- | graphics/libgphoto2/Makefile | 2 |
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 |