diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-07 00:52:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-07 00:52:02 +0800 |
commit | a0552735eead4355592b1de4ff725a81cd15c639 (patch) | |
tree | c2364f5819e8d5e433572c797bab46ab06e70b04 /graphics | |
parent | 8299502db0258bd86eab49cbbc41ade51bcb6d6f (diff) | |
download | freebsd-ports-gnome-a0552735eead4355592b1de4ff725a81cd15c639.tar.gz freebsd-ports-gnome-a0552735eead4355592b1de4ff725a81cd15c639.tar.zst freebsd-ports-gnome-a0552735eead4355592b1de4ff725a81cd15c639.zip |
Convert USE_FUSE macros into USES feature.
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/fusefs-gphotofs/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/fusefs-gphotofs/Makefile b/graphics/fusefs-gphotofs/Makefile index c9987a770acb..e97591ed7395 100644 --- a/graphics/fusefs-gphotofs/Makefile +++ b/graphics/fusefs-gphotofs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gphotofs -# Date created: 21 June 2006 -# Whom: Pav Lucistnik <pav@FreeBSD.org> -# +# Created by: Pav Lucistnik <pav@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gphotofs PORTVERSION= 0.4.0 @@ -17,8 +13,8 @@ COMMENT= Mount PTP camera as a file system LIB_DEPENDS= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 +USES= fuse USE_BZIP2= yes -USE_FUSE= yes USE_GNOME= glib20 GNU_CONFIGURE= yes |