diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-12-14 15:47:00 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-12-14 15:47:00 +0000 |
commit | d26530b7136cdbbc743cb41cba488928a2fb490e (patch) | |
tree | 2f5c5fe4cb36fc6a28856c97750108bf78f9b5b4 /graphics/fusefs-gphotofs | |
parent | 7045030009ee59cfe75c17ba591c3798c3478b68 (diff) |
Notes
Diffstat (limited to 'graphics/fusefs-gphotofs')
-rw-r--r-- | graphics/fusefs-gphotofs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/fusefs-gphotofs/Makefile b/graphics/fusefs-gphotofs/Makefile index 0bc1f974cbd2..c9987a770acb 100644 --- a/graphics/fusefs-gphotofs/Makefile +++ b/graphics/fusefs-gphotofs/Makefile @@ -15,11 +15,10 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= pav@FreeBSD.org COMMENT= Mount PTP camera as a file system -LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \ - gphoto2.2:${PORTSDIR}/graphics/libgphoto2 -RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod +LIB_DEPENDS= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 USE_BZIP2= yes +USE_FUSE= yes USE_GNOME= glib20 GNU_CONFIGURE= yes |