diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 14:22:39 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 14:22:39 +0000 |
commit | 08ea36c67425b0aa8b3eb4ff0cb507e2156b1183 (patch) | |
tree | 4bfdd83313bd09d5803ecdf047d1e8b2c484cab0 /misc | |
parent | 793236d9b1c719a192d6f9e2daf8cd70891954e6 (diff) | |
download | pkgsrc-08ea36c67425b0aa8b3eb4ff0cb507e2156b1183.tar.gz |
"Packages that install libtool libraries should define USE_LIBTOOL."
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gwaei/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/gwaei/Makefile b/misc/gwaei/Makefile index b14f34add94..885bec7dd57 100644 --- a/misc/gwaei/Makefile +++ b/misc/gwaei/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2013/02/16 11:23:15 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2013/04/06 14:22:40 rodent Exp $ # DISTNAME= gwaei-3.0.2 @@ -12,8 +12,9 @@ COMMENT= Japanese dictionary for GNOME LICENSE= gnu-gpl-v3 GNU_CONFIGURE= yes +USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= perl gmake pkg-config intltool msgfmt +USE_TOOLS+= gmake intltool msgfmt perl pkg-config PLIST_SRC= PLIST |