aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-sshfs
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2006-02-11 04:27:08 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2006-02-11 04:27:08 +0000
commit71d6671772a594255063f71204304e0f8acc905f (patch)
tree8de666d9e1990ef6a47c9f6ac8b37b668aeed061 /sysutils/fusefs-sshfs
parent5c82556aef0a6dc1d4480b211a7b4219b59c64a3 (diff)
downloadports-71d6671772a594255063f71204304e0f8acc905f.tar.gz
ports-71d6671772a594255063f71204304e0f8acc905f.zip
Correctly handle library version number dependency.
PR: ports/93158 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=155710
Diffstat (limited to 'sysutils/fusefs-sshfs')
-rw-r--r--sysutils/fusefs-sshfs/Makefile4
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>