pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sylpheed Needs pkg-config to build. Add missing ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df2e6d1a557d
branches:  trunk
changeset: 503734:df2e6d1a557d
user:      salo <salo%pkgsrc.org@localhost>
date:      Sun Nov 27 19:27:20 2005 +0000

description:
Needs pkg-config to build.  Add missing build dependency.

diffstat:

 mail/sylpheed/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 53b6e84867e5 -r df2e6d1a557d mail/sylpheed/Makefile
--- a/mail/sylpheed/Makefile    Sun Nov 27 18:35:15 2005 +0000
+++ b/mail/sylpheed/Makefile    Sun Nov 27 19:27:20 2005 +0000
@@ -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 @@
 USE_PKGINSTALL=                yes
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=            yes
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake pkg-config
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-nls



Home | Main Index | Thread Index | Old Index