summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-10-30 18:19:47 +0000
committerminskim <minskim@pkgsrc.org>2004-10-30 18:19:47 +0000
commit7ea619e142767e3bccda533e8633fcaffec292dc (patch)
tree26793c45b10e165d295f602916e4663a6f24ca9e /chat
parent35846893cd81190dbd021c43031ab490cd28ae11 (diff)
downloadpkgsrc-7ea619e142767e3bccda533e8633fcaffec292dc.tar.gz
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 (limited to 'chat')
-rw-r--r--chat/xchat2/Makefile6
1 files changed, 4 insertions, 2 deletions
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"