From 7ea619e142767e3bccda533e8633fcaffec292dc Mon Sep 17 00:00:00 2001 From: minskim Date: Sat, 30 Oct 2004 18:19:47 +0000 Subject: 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. --- chat/xchat2/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'chat') diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile index dc9e9249602..06ff89f0a63 100644 --- a/chat/xchat2/Makefile +++ b/chat/xchat2/Makefile @@ -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-socks 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" -- cgit v1.2.3