summaryrefslogtreecommitdiff
path: root/net/synergy1.2
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-19 19:39:53 +0000
committerjoerg <joerg>2007-02-19 19:39:53 +0000
commit8dbdb33ec821a25ffd8c05d9322d00239d59c88e (patch)
tree528692e78e0814ccf36bc18efbb23cffa40d3547 /net/synergy1.2
parented6b382867756d84b38f32e0591b4e20a6b295c6 (diff)
downloadpkgsrc-8dbdb33ec821a25ffd8c05d9322d00239d59c88e.tar.gz
Modular Xorg support.
Diffstat (limited to 'net/synergy1.2')
-rw-r--r--net/synergy1.2/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/net/synergy1.2/Makefile b/net/synergy1.2/Makefile
index 908ee2569d7..cf37c6d0e7f 100644
--- a/net/synergy1.2/Makefile
+++ b/net/synergy1.2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/07/22 04:46:17 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2007/02/19 19:39:53 joerg Exp $
#
DISTNAME= synergy-1.2.7
@@ -12,6 +12,14 @@ COMMENT= Let an user share a mouse and keyboard among computers
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
+BUILDLINK_DEPMETHOD.libXt?= build
+
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXinerama/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/libXtst/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"