summaryrefslogtreecommitdiff
path: root/chat/kmess/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2007-01-11 11:26:44 +0000
committerjoerg <joerg>2007-01-11 11:26:44 +0000
commit05c0b94b27fabbea6eb6f5cb80043df34e0cf399 (patch)
tree25bd70c06fa0035b866057ecd6fd31d22ff7e7b3 /chat/kmess/Makefile
parent390382004406961816495b3a3ae034d1956e63c1 (diff)
downloadpkgsrc-05c0b94b27fabbea6eb6f5cb80043df34e0cf399.tar.gz
Modular Xorg support.
Diffstat (limited to 'chat/kmess/Makefile')
-rw-r--r--chat/kmess/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/chat/kmess/Makefile b/chat/kmess/Makefile
index db1f077d7a9..c472acfc5e9 100644
--- a/chat/kmess/Makefile
+++ b/chat/kmess/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/05/25 11:00:25 markd Exp $
+# $NetBSD: Makefile,v 1.27 2007/01/11 11:27:09 joerg Exp $
#
DISTNAME= kmess-1.4.3
@@ -14,8 +14,13 @@ USE_TOOLS+= gmake msgfmt
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
+BUILDLINK_DEPMETHOD.libXt?= build
+
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"