aboutsummaryrefslogtreecommitdiff
path: root/devel/gnomevfs-extras
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-20 18:13:10 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-20 18:13:10 +0000
commit30adf52b446aff8f7ba5f291278122a3eba2e02b (patch)
treec3024ae3e0ad3253643b1a6ff21dbedbf76a44c9 /devel/gnomevfs-extras
parent2eb34357b895876ac03c50ca55a5cd15007a53f5 (diff)
downloadports-30adf52b446aff8f7ba5f291278122a3eba2e02b.tar.gz
ports-30adf52b446aff8f7ba5f291278122a3eba2e02b.zip
Notes
Diffstat (limited to 'devel/gnomevfs-extras')
-rw-r--r--devel/gnomevfs-extras/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/gnomevfs-extras/Makefile b/devel/gnomevfs-extras/Makefile
index 7a7d72c735e2..2eb44d45a6ff 100644
--- a/devel/gnomevfs-extras/Makefile
+++ b/devel/gnomevfs-extras/Makefile
@@ -16,21 +16,17 @@ DIST_SUBDIR= gnome2
MAINTAINER= einekoai@chello.nl
COMMENT= A plugin for gnomevfs2 to browse smb shares with nautilus2
-LIB_DEPENDS= gnomevfs-2.0:${PORTSDIR}/devel/gnomevfs2
-
USE_BZIP2= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
-USE_GNOME= gnomeprefix gnomehack gnomehier
+USE_GNOME= gnomeprefix gnomehack gnomehier gnomevfs2
USE_REINPLACE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --without-rio500
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
's|malloc\.h|stdlib.h|g'