diff options
author | vanilla <vanilla@FreeBSD.org> | 2006-02-11 12:27:08 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2006-02-11 12:27:08 +0800 |
commit | 6f083fab2e76d46bbc0bab6810c869a7278f6a11 (patch) | |
tree | 1a7d77a2064e7f73a6a348ab6c1940e8197b2fee | |
parent | 07fd3f1e640810711e3bddb65672d37240c457c4 (diff) | |
download | freebsd-ports-gnome-6f083fab2e76d46bbc0bab6810c869a7278f6a11.tar.gz freebsd-ports-gnome-6f083fab2e76d46bbc0bab6810c869a7278f6a11.tar.zst freebsd-ports-gnome-6f083fab2e76d46bbc0bab6810c869a7278f6a11.zip |
Correctly handle library version number dependency.
PR: ports/93158
Submitted by: maintainer
-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> |