View | Details | Raw Unified | Return to bug 192724
Collapse All | Expand All

(-)Makefile (-2 / +5 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	gnome-vfs
4
PORTNAME=	gnome-vfs
5
PORTVERSION=	2.24.4
5
PORTVERSION=	2.24.4
6
PORTREVISION?=	7
6
PORTREVISION?=	8
7
CATEGORIES=	devel gnome
7
CATEGORIES=	devel gnome
8
MASTER_SITES=	GNOME
8
MASTER_SITES=	GNOME
9
DIST_SUBDIR=	gnome2
9
DIST_SUBDIR=	gnome2
Lines 21-26 Link Here
21
.if !defined(REFERENCE_PORT)
21
.if !defined(REFERENCE_PORT)
22
22
23
RUN_DEPENDS=	update-mime-database:misc/shared-mime-info
23
RUN_DEPENDS=	update-mime-database:misc/shared-mime-info
24
LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
25
		libdbus-1.so:devel/dbus
24
26
25
USES+=		gettext gmake libtool:keepla pathfix pkgconfig ssl
27
USES+=		gettext gmake libtool:keepla pathfix pkgconfig ssl
26
USE_GNOME=	gconf2 gnomemimedata intlhack referencehack
28
USE_GNOME=	gconf2 gnomemimedata intlhack referencehack
Lines 31-37 Link Here
31
		--disable-gnutls \
33
		--disable-gnutls \
32
		--disable-howl \
34
		--disable-howl \
33
		--with-hal-mount=/sbin/mount \
35
		--with-hal-mount=/sbin/mount \
34
		--with-hal-umount=/sbin/umount
36
		--with-hal-umount=/sbin/umount \
37
		ac_cv_header_sys_inotify_h=no
35
CPPFLAGS+=	-I${LOCALBASE}/include
38
CPPFLAGS+=	-I${LOCALBASE}/include
36
LDFLAGS+=	-L${LOCALBASE}/lib
39
LDFLAGS+=	-L${LOCALBASE}/lib
37
40

Return to bug 192724