diff options
author | salo <salo@pkgsrc.org> | 2005-11-27 19:27:20 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2005-11-27 19:27:20 +0000 |
commit | 6555fe9736c4fb195a36acfb94231e6c5967e3ab (patch) | |
tree | a335c04b835c9d5aee734f7ec902f379b83851d4 /mail/sylpheed | |
parent | dfe5199adac6b92706d0540b94fa6115e3f431d7 (diff) | |
download | pkgsrc-6555fe9736c4fb195a36acfb94231e6c5967e3ab.tar.gz |
Needs pkg-config to build. Add missing build dependency.
Diffstat (limited to 'mail/sylpheed')
-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 d67e2be7869..fd2b83dedb4 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2005/11/12 16:43:42 chris Exp $ +# $NetBSD: Makefile,v 1.83 2005/11/27 19:27:20 salo Exp $ DISTNAME= sylpheed-2.0.4 CATEGORIES= mail news x11 @@ -18,7 +18,7 @@ CONFLICTS= sylpheed-claws-[0-9]* sylpheed-gtk2-[0-9]* USE_PKGINSTALL= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-nls |