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 /sysutils/djmount | |
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 'sysutils/djmount')
-rw-r--r-- | sysutils/djmount/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/djmount/Makefile b/sysutils/djmount/Makefile index 5ec1bd30bead..8543e4919cc0 100644 --- a/sysutils/djmount/Makefile +++ b/sysutils/djmount/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv PLIST_FILES= bin/${PORTNAME} GNU_CONFIGURE= yes -USE_FUSE= yes +USES= fuse USE_GNOME= pkgconfig CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ --with-fuse-prefix=${LOCALBASE} \ |