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 /sysutils/fusefs-unionfs | |
| parent | - Change the download site for swingex, because the original one has disappeared (diff) | |
Convert USE_FUSE macros into USES feature.7-eol
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix
Notes
Notes:
svn path=/head/; revision=313527
svn path=/tags/RELEASE_7_EOL/; revision=313528; tag=7-eol
Diffstat (limited to 'sysutils/fusefs-unionfs')
| -rw-r--r-- | sysutils/fusefs-unionfs/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/fusefs-unionfs/Makefile b/sysutils/fusefs-unionfs/Makefile index 06686a79f89d..c675f9583e91 100644 --- a/sysutils/fusefs-unionfs/Makefile +++ b/sysutils/fusefs-unionfs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fusefs-unionfs -# Date created: 2006-07-16 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= unionfs PORTVERSION= 0.24 @@ -17,7 +13,7 @@ COMMENT= FUSE based implementation of the well-known unionfs PLIST_FILES= bin/unionfs -USE_FUSE= yes +USES= fuse USE_BZIP2= yes do-build: |
