diff options
author | joerg <joerg> | 2006-06-20 22:28:01 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-20 22:28:01 +0000 |
commit | 2108821f4addba75124ef45500f96d36d03a2740 (patch) | |
tree | 9fe905a0f18136bd72a02deae0953c89e8fa1929 /chat | |
parent | cbd92b355e65d0047893db1ad304ee33c9360584 (diff) | |
download | pkgsrc-2108821f4addba75124ef45500f96d36d03a2740.tar.gz |
Needs pkg-config to find gaim. Stupid configure.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gaim-otr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/gaim-otr/Makefile b/chat/gaim-otr/Makefile index 780e68173b9..5707c73dfb0 100644 --- a/chat/gaim-otr/Makefile +++ b/chat/gaim-otr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/04/17 13:46:18 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/06/20 22:28:01 joerg Exp $ DISTNAME= gaim-otr-3.0.0 PKGREVISION= 1 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.cypherpunks.ca/otr/ COMMENT= Plugin for gaim to add OTR (Off-The-Record) encryption GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config .include "../../chat/gaim/buildlink3.mk" .include "../../chat/libotr/buildlink3.mk" |