diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-07-10 01:57:14 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-07-10 01:57:14 +0000 |
commit | 26343e564b22b07077609315f8d1cbf70d850efc (patch) | |
tree | 066cf30fd2ef17825d63e3f40146d57daf3de234 /graphics/fusefs-gphotofs/Makefile | |
parent | 51358607f83e75f6a5c2ba6b1536efedff17435a (diff) | |
download | ports-26343e564b22b07077609315f8d1cbf70d850efc.tar.gz ports-26343e564b22b07077609315f8d1cbf70d850efc.zip |
Notes
Diffstat (limited to 'graphics/fusefs-gphotofs/Makefile')
-rw-r--r-- | graphics/fusefs-gphotofs/Makefile | 6 |
1 files changed, 4 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 |