aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-06 20:15:42 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-06 20:15:42 +0000
commit937f5ed79bbceaa9be25ccff598bd770c57cccf3 (patch)
treea13154991ee992c4969c472029f82f4ec68c377a
parent40483f5ff7b3e1e3c9bc89920cca651733d49a81 (diff)
downloadports-937f5ed79bbceaa9be25ccff598bd770c57cccf3.tar.gz
ports-937f5ed79bbceaa9be25ccff598bd770c57cccf3.zip
Add USE_GNOME=glib20 to fix the build with glib-2.8.
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=147453
-rw-r--r--sysutils/fusefs-sshfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fusefs-sshfs/Makefile b/sysutils/fusefs-sshfs/Makefile
index 5960c8b66608..60cc0b3c923e 100644
--- a/sysutils/fusefs-sshfs/Makefile
+++ b/sysutils/fusefs-sshfs/Makefile
@@ -16,13 +16,13 @@ DISTNAME= ${PORTNAME}-fuse-${PORTVERSION}
MAINTAINER= amistry@am-productions.biz
COMMENT= Mount remote directories over ssh
-LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
- glib-2.0.600:${PORTSDIR}/devel/glib20
+LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
USE_REINPLACE= yes
+USE_GNOME= glib20
.include <bsd.port.pre.mk>