diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-20 21:43:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-20 21:43:31 +0000 |
commit | eb76a39c41e0ee825770836369ddb551c8c723bb (patch) | |
tree | 91150c4299062ec1e630984e3f5a1b9096fa18df /chat/gaim-encryption | |
parent | 84aaeedeb4a31bb2eedb694e9215d8fac5087cfc (diff) | |
download | pkgsrc-eb76a39c41e0ee825770836369ddb551c8c723bb.tar.gz |
Needs pkg-config.
Diffstat (limited to 'chat/gaim-encryption')
-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 |