pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/sylpheed-claws Move pkg-config to Makefile.common.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0bfb8190dffc
branches:  trunk
changeset: 522053:0bfb8190dffc
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 01 14:09:01 2006 +0000

description:
Move pkg-config to Makefile.common.

diffstat:

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

diffs (36 lines):

diff -r 87536b0d2c2b -r 0bfb8190dffc mail/sylpheed-claws/Makefile
--- a/mail/sylpheed-claws/Makefile      Fri Dec 01 14:03:02 2006 +0000
+++ b/mail/sylpheed-claws/Makefile      Fri Dec 01 14:09:01 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2006/10/21 19:54:59 joerg Exp $
+# $NetBSD: Makefile,v 1.52 2006/12/01 14:09:01 joerg Exp $
 
 .include "Makefile.common"
 
@@ -9,7 +9,7 @@
 
 CONFLICTS=             sylpheed-[0-9]* sylpheed-gtk2-[0-9]*
 
-USE_TOOLS+=            msgfmt pkg-config
+USE_TOOLS+=            msgfmt
 PKGCONFIG_OVERRIDE+=   sylpheed-claws.pc.in
 
 #BUILDLINK_ABI_DEPENDS.libetpan+=      libetpan>=0.46
diff -r 87536b0d2c2b -r 0bfb8190dffc mail/sylpheed-claws/Makefile.common
--- a/mail/sylpheed-claws/Makefile.common       Fri Dec 01 14:03:02 2006 +0000
+++ b/mail/sylpheed-claws/Makefile.common       Fri Dec 01 14:09:01 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2006/10/16 13:06:09 reed Exp $
+# $NetBSD: Makefile.common,v 1.18 2006/12/01 14:09:01 joerg Exp $
 
 DISTNAME=      sylpheed-claws-${SYLPHEED_VERSION}
 CATEGORIES=    mail news x11
@@ -10,7 +10,7 @@
 DISTINFO_FILE= ${.CURDIR}/../../mail/sylpheed-claws/distinfo
 PATCHDIR=      ${.CURDIR}/../../mail/sylpheed-claws/patches
 
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake pkg-config
 USE_LIBTOOL=           YES
 USE_PKGLOCALEDIR=      YES
 



Home | Main Index | Thread Index | Old Index