summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
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"