diff options
Diffstat (limited to 'devel/gnomevfs2/Makefile')
-rw-r--r-- | devel/gnomevfs2/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index b8cbc8c87707..04ca4cbacf94 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/Makefile @@ -14,25 +14,17 @@ DISTNAME= gnome-vfs-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ - capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \ - bonobo.2:${PORTSDIR}/devel/bonobo \ +LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \ gconf-1.1:${PORTSDIR}/devel/gconf \ bz2.1:${PORTSDIR}/archivers/bzip2 -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - USE_GMAKE= yes USE_X_PREFIX= yes +USE_GNOME= yes USE_LIBTOOL= yes INSTALL_SHLIBS= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome \ - --disable-gconf +CONFIGURE_ARGS= --disable-gconf CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - GLIB_CONFIG="${GLIB_CONFIG}" \ - GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" MAN5= gnome-vfs-mime.5 |