summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorminskim <minskim>2004-10-30 18:19:47 +0000
committerminskim <minskim>2004-10-30 18:19:47 +0000
commit329904a066477e1c89831f7ee4b06d803d7ff117 (patch)
tree26793c45b10e165d295f602916e4663a6f24ca9e /chat
parentf01d2d44fc245fca7b53056202f4a39602c0f5c8 (diff)
downloadpkgsrc-329904a066477e1c89831f7ee4b06d803d7ff117.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"