diff options
Diffstat (limited to 'devel/libvshadow/Makefile')
-rw-r--r-- | devel/libvshadow/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libvshadow/Makefile b/devel/libvshadow/Makefile index ad67b4138d3e..7f571bf402ff 100644 --- a/devel/libvshadow/Makefile +++ b/devel/libvshadow/Makefile @@ -3,18 +3,19 @@ PORTNAME= libvshadow PORTVERSION= 20140323 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSZDZXRFVMdnZCeHc/ \ LOCAL/antoine DISTNAME= ${PORTNAME}-alpha-${PORTVERSION} MAINTAINER= nobutaka@FreeBSD.org -COMMENT= A library to support the Volume Service Snapshot (VSS) format +COMMENT= Library to support the Volume Service Snapshot (VSS) format LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= fuse gettext iconv libtool pathfix pkgconfig +USES= fuse gettext iconv libtool:keepla pathfix pkgconfig USE_PYTHON= 2 USE_LDCONFIG= yes |