diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-06 16:52:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-06 16:52:02 +0000 |
commit | da12e6723dd1adee8b0c5e4b081caecab544e684 (patch) | |
tree | c2364f5819e8d5e433572c797bab46ab06e70b04 /devel/libvshadow | |
parent | ffc075db2e24d843dce270ae2b5a694a70b5b18c (diff) |
Notes
Diffstat (limited to 'devel/libvshadow')
-rw-r--r-- | devel/libvshadow/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/libvshadow/Makefile b/devel/libvshadow/Makefile index f1d8620470a6..badb4b877cbf 100644 --- a/devel/libvshadow/Makefile +++ b/devel/libvshadow/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libvshadow -# Date created: 31 May 2012 -# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> -# +# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libvshadow PORTVERSION= 20130113 @@ -17,9 +13,8 @@ COMMENT= A library to support the Volume Service Snapshot (VSS) format LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING -USE_FUSE= yes +USES= fuse pathfix USE_GETTEXT= yes -USE_GNOME= gnomehack USE_ICONV= yes USE_PYTHON= yes USE_LDCONFIG= yes |