diff options
author | jmmv <jmmv> | 2005-08-21 07:58:16 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-08-21 07:58:16 +0000 |
commit | e2422e0ead4ca6da7eea5143e7a0fbc686112b84 (patch) | |
tree | 68e5daab9ebea6da19a785e686c4b066fe04a268 /math | |
parent | 7bcbd5ad295162b94574ffca36022b0413655d54 (diff) | |
download | pkgsrc-e2422e0ead4ca6da7eea5143e7a0fbc686112b84.tar.gz |
This uses libtool.
Diffstat (limited to 'math')
-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 |