summaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfs/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-11-14 04:05:11 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-11-14 04:05:11 +0800
commit264687fc355ac300d1a01b14e090b21f83549f40 (patch)
tree73feec013bbc4b7080155e11d05aac00ed8925e4 /devel/gnome-vfs/Makefile
parentb5401a5515b97c94b692dd25467e21fff73b41db (diff)
downloadmarcuscom-ports-264687fc355ac300d1a01b14e090b21f83549f40.tar
marcuscom-ports-264687fc355ac300d1a01b14e090b21f83549f40.tar.gz
marcuscom-ports-264687fc355ac300d1a01b14e090b21f83549f40.tar.bz2
marcuscom-ports-264687fc355ac300d1a01b14e090b21f83549f40.tar.lz
marcuscom-ports-264687fc355ac300d1a01b14e090b21f83549f40.tar.xz
marcuscom-ports-264687fc355ac300d1a01b14e090b21f83549f40.tar.zst
marcuscom-ports-264687fc355ac300d1a01b14e090b21f83549f40.zip
Add a dependency on gob2, and don't bother building the embedded version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@156 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-vfs/Makefile')
-rw-r--r--devel/gnome-vfs/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile
index 12d32165e..e11265bde 100644
--- a/devel/gnome-vfs/Makefile
+++ b/devel/gnome-vfs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomevfs2
PORTVERSION= 2.1.3
+PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-vfs/2.1
@@ -15,6 +16,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
+BUILD_DEPENDS= gob2:${PORTSDIR}/devel/gob2
LIB_DEPENDS= gconf-2.5:${PORTSDIR}/devel/gconf2 \
bonobo-2.0:${PORTSDIR}/devel/libbonobo
@@ -34,7 +36,9 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "*info.in" | xargs ${REINPLACE_CMD} -e \
+ @${FIND} ${WRKSRC} -name "*info.in" | xargs ${REINPLACE_CMD} -e \
's|\@datadir\@/gnome|\@datadir\@|g'
+ @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
+ ${WRKSRC}/libgnomevfs/Makefile.in
.include <bsd.port.mk>