diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-19 19:39:53 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-19 19:39:53 +0000 |
commit | 0c2e7025f7c0ea5ed718051c2304485e381a90f8 (patch) | |
tree | 528692e78e0814ccf36bc18efbb23cffa40d3547 /net/synergy1.2 | |
parent | a200503909a943834901f331f537dade692105fe (diff) | |
download | pkgsrc-0c2e7025f7c0ea5ed718051c2304485e381a90f8.tar.gz |
Modular Xorg support.
Diffstat (limited to 'net/synergy1.2')
-rw-r--r-- | net/synergy1.2/Makefile | 12 |
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" |