diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-02-11 04:27:08 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-02-11 04:27:08 +0000 |
commit | 71d6671772a594255063f71204304e0f8acc905f (patch) | |
tree | 8de666d9e1990ef6a47c9f6ac8b37b668aeed061 /sysutils/fusefs-sshfs | |
parent | 5c82556aef0a6dc1d4480b211a7b4219b59c64a3 (diff) | |
download | ports-71d6671772a594255063f71204304e0f8acc905f.tar.gz ports-71d6671772a594255063f71204304e0f8acc905f.zip |
Notes
Diffstat (limited to 'sysutils/fusefs-sshfs')
-rw-r--r-- | sysutils/fusefs-sshfs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/fusefs-sshfs/Makefile b/sysutils/fusefs-sshfs/Makefile index 81eac8d9281d..0edbb0df4bdf 100644 --- a/sysutils/fusefs-sshfs/Makefile +++ b/sysutils/fusefs-sshfs/Makefile @@ -17,12 +17,10 @@ COMMENT= Mount remote directories over ssh LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod - -CONFLICTS= fusefs-kmod-0.2.19* +BUILD_DEPENDS= fusefs-libs>2.4.1:${PORTSDIR}/sysutils/fusefs-libs GNU_CONFIGURE= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" -USE_REINPLACE= yes USE_GNOME= glib20 .include <bsd.port.pre.mk> |