diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-01 07:21:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-01 07:21:07 +0000 |
commit | 86cd6e8da5270dc634b6dcc3e0a49e91417c4698 (patch) | |
tree | c9589c79afab1e7584ecd92ae9317c913b0fd557 /mail | |
parent | b37d38952ce9884649084abf3fe048321fe36cab (diff) | |
download | pkgsrc-86cd6e8da5270dc634b6dcc3e0a49e91417c4698.tar.gz |
Needs pkg-config, add it to tools.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 126da3f2750..919e06619ac 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.88 2006/02/19 07:11:08 xtraeme Exp $ +# $NetBSD: Makefile,v 1.89 2006/03/01 07:21:07 wiz Exp $ DISTNAME= sylpheed-2.2.0 CATEGORIES= mail news x11 @@ -17,7 +17,7 @@ CONFLICTS= sylpheed-claws-[0-9]* sylpheed-gtk2-[0-9]* USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-nls |