diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-01-17 21:33:24 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-01-17 21:33:24 +0000 |
commit | 14e6ab71f996ad4b9f2bb5ce962138303eeae16c (patch) | |
tree | 6f3cb983883a32b0c13aaed7c4c7be2b2df553fb /graphics/fusefs-gphotofs/Makefile | |
parent | 4d894b19b9410d481f518b0340ae529b36940152 (diff) | |
download | ports-14e6ab71f996ad4b9f2bb5ce962138303eeae16c.tar.gz ports-14e6ab71f996ad4b9f2bb5ce962138303eeae16c.zip |
Notes
Diffstat (limited to 'graphics/fusefs-gphotofs/Makefile')
-rw-r--r-- | graphics/fusefs-gphotofs/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/fusefs-gphotofs/Makefile b/graphics/fusefs-gphotofs/Makefile index 502e557e4a27..137a0e4dd72e 100644 --- a/graphics/fusefs-gphotofs/Makefile +++ b/graphics/fusefs-gphotofs/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= gphotofs -PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTVERSION= 0.5 CATEGORIES= graphics sysutils -MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION}.0 PKGNAMEPREFIX= fusefs- MAINTAINER= ports@FreeBSD.org @@ -13,7 +12,7 @@ COMMENT= Mount PTP camera as a file system LICENSE= GPLv2 -LIB_DEPENDS= gphoto2:${PORTSDIR}/graphics/libgphoto2 +LIB_DEPENDS= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 USES= fuse pkgconfig USE_BZIP2= yes @@ -22,5 +21,4 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/gphotofs -NO_STAGE= yes .include <bsd.port.mk> |