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 | d1124a74ac4e3b765660e00b0f758342a0dab311 (patch) | |
tree | 91150c4299062ec1e630984e3f5a1b9096fa18df /chat | |
parent | e6e63a7f93a68acfbc4ca0bb607c34727cb4b229 (diff) | |
download | pkgsrc-d1124a74ac4e3b765660e00b0f758342a0dab311.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 |