diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-08-21 07:58:16 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-08-21 07:58:16 +0000 |
commit | 033e959350253492ea396add34976bf98fe30e06 (patch) | |
tree | 68e5daab9ebea6da19a785e686c4b066fe04a268 /math/gcalctool/Makefile | |
parent | 9c2ed589760111328d61bbae95eb46afaecf26ba (diff) | |
download | pkgsrc-033e959350253492ea396add34976bf98fe30e06.tar.gz |
This uses libtool.
Diffstat (limited to 'math/gcalctool/Makefile')
-rw-r--r-- | math/gcalctool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 9da8e10470c..0287793bd27 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2005/08/10 20:56:19 jlam Exp $ +# $NetBSD: Makefile,v 1.43 2005/08/21 07:58:16 jmmv Exp $ # DISTNAME= gcalctool-5.5.42 @@ -16,6 +16,7 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= HAVE_YACC=yes USE_DIRS+= gnome2-1.5 +USE_LIBTOOL= yes USE_TOOLS+= bison gmake pkg-config USE_PKGLOCALEDIR= yes |