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 /chat | |
parent | 793236d9b1c719a192d6f9e2daf8cd70891954e6 (diff) | |
download | pkgsrc-08ea36c67425b0aa8b3eb4ff0cb507e2156b1183.tar.gz |
"Packages that install libtool libraries should define USE_LIBTOOL."
Diffstat (limited to 'chat')
-rw-r--r-- | chat/pidgin-otr/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chat/pidgin-otr/Makefile b/chat/pidgin-otr/Makefile index 5bd59b97aae..f789f7e9afd 100644 --- a/chat/pidgin-otr/Makefile +++ b/chat/pidgin-otr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2013/02/16 11:20:33 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2013/04/06 14:22:39 rodent Exp $ DISTNAME= pidgin-otr-4.0.0 PKGREVISION= 9 @@ -10,8 +10,9 @@ HOMEPAGE= http://www.cypherpunks.ca/otr/ COMMENT= Plugin for pidgin to add OTR (Off-The-Record) encryption GNU_CONFIGURE= yes -INSTALLATION_DIRS= share/doc/pidgin-otr -USE_TOOLS+= pkg-config perl intltool msgfmt +USE_LIBTOOL= yes +USE_TOOLS+= intltool msgfmt perl pkg-config +INSTALLATION_DIRS+= share/doc/pidgin-otr BUILDLINK_ABI_DEPENDS.libgcrypt+= libgcrypt>=1.4.3 |