diff options
author | joerg <joerg> | 2006-06-20 21:43:31 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-20 21:43:31 +0000 |
commit | 45205b787a4751296e12dc5752a5efab72cd9e86 (patch) | |
tree | 91150c4299062ec1e630984e3f5a1b9096fa18df /chat | |
parent | 6b44ff62b0809f2f4b6fabcbbf7537a3477eadda (diff) | |
download | pkgsrc-45205b787a4751296e12dc5752a5efab72cd9e86.tar.gz |
Needs pkg-config.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gaim-encryption/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/gaim-encryption/Makefile b/chat/gaim-encryption/Makefile index bbccef5e8f3..4e9490b6148 100644 --- a/chat/gaim-encryption/Makefile +++ b/chat/gaim-encryption/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/17 13:46:18 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2006/06/20 21:43:31 joerg Exp $ DISTNAME= gaim-encryption-2.38 PKGREVISION= 3 @@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gaim-encryption.sourceforge.net/ COMMENT= Plugin for gaim to add TLS/SSL via nss/nspr -USE_TOOLS+= gmake msgfmt +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES |