diff options
author | abs <abs@pkgsrc.org> | 2009-08-12 18:07:15 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-08-12 18:07:15 +0000 |
commit | 81020be6d8c87478c77cfce90b3ae78a3090780d (patch) | |
tree | 5e4d45b65afbe2b88472892d39c08d22e18be386 | |
parent | 8c10372676f665b1b4ff4d055d3bfac070394023 (diff) | |
download | pkgsrc-81020be6d8c87478c77cfce90b3ae78a3090780d.tar.gz |
Add USE_LIBTOOL=yes - thanks tnn@
-rw-r--r-- | lang/gawk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index 4df79f83d3d..0bb1092ed4e 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2009/08/09 11:35:47 tron Exp $ +# $NetBSD: Makefile,v 1.41 2009/08/12 18:07:15 abs Exp $ DISTNAME= gawk-3.1.7 CATEGORIES= lang @@ -16,6 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes +USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt TEST_TARGET= check |