summaryrefslogtreecommitdiff
path: root/sysutils/gnome-vfs/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-10-07 11:45:02 +0000
committerrh <rh@pkgsrc.org>2001-10-07 11:45:02 +0000
commitfb2aef1a1ee89268b45a1662022ed411d1f1d53b (patch)
tree13f04a6a939c4407fbf75e2b358205d8a20acccc /sysutils/gnome-vfs/Makefile
parente2c19051071b49cd1df79ac58dfdc86fc23617fb (diff)
downloadpkgsrc-fb2aef1a1ee89268b45a1662022ed411d1f1d53b.tar.gz
s/LTCONFIG_OVERRIDE/LIBTOOL_OVERRIDE/ to use pkgsrc libtool
Patch configure instead of configure.in to remove dependency on autoconf
Diffstat (limited to 'sysutils/gnome-vfs/Makefile')
-rw-r--r--sysutils/gnome-vfs/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/sysutils/gnome-vfs/Makefile b/sysutils/gnome-vfs/Makefile
index a7ef40ba042..7a5d55d6d84 100644
--- a/sysutils/gnome-vfs/Makefile
+++ b/sysutils/gnome-vfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/10/05 06:56:45 rh Exp $
+# $NetBSD: Makefile,v 1.16 2001/10/07 11:45:02 rh Exp $
DISTNAME= gnome-vfs-1.0.2
CATEGORIES= sysutils gnome
@@ -8,20 +8,15 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.gnome.org/
COMMENT= GNOME Virtual File System
-BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
-BUILD_DEPENDS+= automake>=1.4:../../devel/automake
BUILD_USES_MSGFMT= YES
USE_X11BASE= YES
USE_GMAKE= YES
USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= YES
-CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1
-pre-configure:
- cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf && ${LOCALBASE}/bin/automake
+CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../devel/GConf/buildlink.mk"