pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/xchat2 Include gettext-lib/buildlink3.mk to build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6af9ed36ce05
branches:  trunk
changeset: 482618:6af9ed36ce05
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Oct 30 18:19:47 2004 +0000

description:
Include gettext-lib/buildlink3.mk to build on platforms without native
gettext library.  While here, rearange sections so that buildlink3.mk
files are included before overriding post-install target.

diffstat:

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

diffs (21 lines):

diff -r 8b854a98b754 -r 6af9ed36ce05 chat/xchat2/Makefile
--- a/chat/xchat2/Makefile      Sat Oct 30 18:10:35 2004 +0000
+++ b/chat/xchat2/Makefile      Sat Oct 30 18:19:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2004/10/30 18:10:35 minskim Exp $
+# $NetBSD: Makefile,v 1.38 2004/10/30 18:19:47 minskim Exp $
 #
 
 .include "Makefile.common"
@@ -43,8 +43,10 @@
 CONFIGURE_ARGS+=        --enable-openssl=${SSLBASE}
 .endif
 
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/lib/xchat/plugins
 
-.include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index