diff options
author | wiz <wiz> | 2001-01-01 05:54:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-01-01 05:54:22 +0000 |
commit | 6388a1b34c2759cc53d7e4de4db89cc30d2285b0 (patch) | |
tree | 64f3792612ee32bf51f37f36782c0337d351104c /misc/gnome-pim | |
parent | 8ef913ebbf22c4f4ccc658bb67c4f3f4966e724d (diff) | |
download | pkgsrc-6388a1b34c2759cc53d7e4de4db89cc30d2285b0.tar.gz |
This package seems to insist on libtool (see recent bulk build):
Add USE_LIBTOOL.
Diffstat (limited to 'misc/gnome-pim')
-rw-r--r-- | misc/gnome-pim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/gnome-pim/Makefile b/misc/gnome-pim/Makefile index 87d59e73b89..2c2cca3f89a 100644 --- a/misc/gnome-pim/Makefile +++ b/misc/gnome-pim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/11/09 20:14:48 mycroft Exp $ +# $NetBSD: Makefile,v 1.20 2001/01/01 05:54:22 wiz Exp $ # DISTNAME= gnome-pim-1.2.0 @@ -14,6 +14,7 @@ BUILD_DEPENDS+= bison:../../devel/bison DEPENDS+= gnome-core-*:../../x11/gnome-core USE_GMAKE= # defined +USE_LIBTOOL= # defined USE_X11BASE= # defined GNU_CONFIGURE= # defined |