pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/irssi This package needs pkg-config.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98e8d60a2fcd
branches:  trunk
changeset: 485436:98e8d60a2fcd
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Dec 11 00:21:53 2004 +0000

description:
This package needs pkg-config.

While here, reorder paragraphs to include buildink3.mk files before
overriding targets.

diffstat:

 chat/irssi/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 5fe561375be1 -r 98e8d60a2fcd chat/irssi/Makefile
--- a/chat/irssi/Makefile       Sat Dec 11 00:13:54 2004 +0000
+++ b/chat/irssi/Makefile       Sat Dec 11 00:21:53 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/10/03 00:13:14 tv Exp $
+# $NetBSD: Makefile,v 1.28 2004/12/11 00:21:53 minskim Exp $
 
 DISTNAME=              ${IRSSI_DISTNAME}
 PKGREVISION=           2
@@ -57,9 +57,11 @@
 CONFIGURE_ARGS+=       --disable-ssl
 .endif
 
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/config.h ${IRSSI_CONFIG_H}
        ${INSTALL_DATA} ${WRKSRC}/irssi-config ${IRSSI_CONFIG}
 
-.include "../../devel/glib2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index