diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-12-14 15:47:00 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-12-14 15:47:00 +0000 |
commit | d26530b7136cdbbc743cb41cba488928a2fb490e (patch) | |
tree | 2f5c5fe4cb36fc6a28856c97750108bf78f9b5b4 /sysutils/fusefs-sshfs | |
parent | - Mark as DEPRECATED, the project has been abandoned (diff) |
- introduce a USE_FUSE macro
- convert all fuse ports to use the new macro
The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=308910
Diffstat (limited to 'sysutils/fusefs-sshfs')
-rw-r--r-- | sysutils/fusefs-sshfs/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/fusefs-sshfs/Makefile b/sysutils/fusefs-sshfs/Makefile index 4d434a4417fc..e05f49a172a5 100644 --- a/sysutils/fusefs-sshfs/Makefile +++ b/sysutils/fusefs-sshfs/Makefile @@ -16,12 +16,9 @@ COMMENT= Mount remote directories over ssh KMODDIR?= ${LOCALBASE}/modules -LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs -RUN_DEPENDS= ${KMODDIR}/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod -BUILD_DEPENDS= fusefs-libs>2.4.1:${PORTSDIR}/sysutils/fusefs-libs - GNU_CONFIGURE= yes CFLAGS+= ${PTHREAD_CFLAGS} +USE_FUSE= yes USE_GNOME= glib20 MAN1= sshfs.1 |