diff options
author | sat <sat@FreeBSD.org> | 2006-05-26 01:32:59 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-26 01:32:59 +0800 |
commit | aa8344f7cbbd3dac6737b042c5ab420a54c952f3 (patch) | |
tree | 3746b090763fc124f0342979c5ae489daf58c691 /sysutils/fusefs-curlftpfs | |
parent | 8e11675e31f15ce773460b3689d53faa884ce3a1 (diff) | |
download | freebsd-ports-gnome-aa8344f7cbbd3dac6737b042c5ab420a54c952f3.tar.gz freebsd-ports-gnome-aa8344f7cbbd3dac6737b042c5ab420a54c952f3.tar.zst freebsd-ports-gnome-aa8344f7cbbd3dac6737b042c5ab420a54c952f3.zip |
- Depend on curl
PR: ports/97917
Submitted by: Thomas Vogt <thomas@bsdunix.ch>
Approved by: krion (mentor, implicit)
Diffstat (limited to 'sysutils/fusefs-curlftpfs')
-rw-r--r-- | sysutils/fusefs-curlftpfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/fusefs-curlftpfs/Makefile b/sysutils/fusefs-curlftpfs/Makefile index 76ebefe44703..00bb9cde4b47 100644 --- a/sysutils/fusefs-curlftpfs/Makefile +++ b/sysutils/fusefs-curlftpfs/Makefile @@ -15,7 +15,8 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= infofarmer@FreeBSD.org COMMENT= Mount remote ftp directories -LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs +LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \ + curl.3:${PORTSDIR}/ftp/curl RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod GNU_CONFIGURE= yes |