1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add USE_GNOME=glib20 to fix the build with glib-2.8.

Reported by:	pointyhat via kris
This commit is contained in:
Joe Marcus Clarke 2005-11-06 20:15:42 +00:00
parent 40483f5ff7
commit 937f5ed79b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147453

View File

@ -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>