diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gvfs/Makefile | 7 | ||||
-rw-r--r-- | devel/libewf/Makefile | 8 | ||||
-rw-r--r-- | devel/libregf/Makefile | 3 | ||||
-rw-r--r-- | devel/libvshadow/Makefile | 9 | ||||
-rw-r--r-- | devel/py-fusefs/Makefile | 8 |
5 files changed, 9 insertions, 26 deletions
diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile index e896cd18c30a..4d93e890610b 100644 --- a/devel/gvfs/Makefile +++ b/devel/gvfs/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: gvfs -# Date created: 2007-11-06 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/devel/gvfs/Makefile,v 1.70 2011/01/31 19:06:42 kwm Exp $ # @@ -40,7 +37,7 @@ OPTIONS= FUSE "Enable fuse" off \ .include <bsd.port.pre.mk> .if defined(WITH_FUSE) -USE_FUSE= yes +USES+= fuse PLIST_SUB+= FUSE="" .else CONFIGURE_ARGS+= --disable-fuse diff --git a/devel/libewf/Makefile b/devel/libewf/Makefile index 93e1435302be..28553112e4cb 100644 --- a/devel/libewf/Makefile +++ b/devel/libewf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libewf -# Date created: 31 May 2012 -# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> -# +# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libewf PORTVERSION= 20120813 @@ -18,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \ -USE_FUSE= yes +USES= fuse USE_GETTEXT= yes USE_ICONV= yes USE_LDCONFIG= yes diff --git a/devel/libregf/Makefile b/devel/libregf/Makefile index 8add73b45cad..79c50fdb7fdc 100644 --- a/devel/libregf/Makefile +++ b/devel/libregf/Makefile @@ -13,9 +13,8 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python -USE_FUSE= yes +USES= fuse pathfix USE_GETTEXT= yes -USE_GNOME= gnomehack USE_ICONV= yes USE_PYTHON= yes USE_LDCONFIG= yes 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 diff --git a/devel/py-fusefs/Makefile b/devel/py-fusefs/Makefile index bce6720114d1..8afe731abcb0 100644 --- a/devel/py-fusefs/Makefile +++ b/devel/py-fusefs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-fusefs -# Date created: 22 July 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= fusefs DISTVERSION= 0.2.1 @@ -15,7 +11,7 @@ DISTNAME= fuse-python-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= FUSE Python bindings -USE_FUSE= yes +USES= fuse USE_PYTHON= yes USE_PKGCONFIG= yes USE_PYDISTUTILS=easy_install |