summaryrefslogtreecommitdiff
path: root/net/synergy
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-02 00:55:15 +0000
committerjoerg <joerg>2007-02-02 00:55:15 +0000
commit3700bf549f22b8f9936cd90a8c798891992faf83 (patch)
tree1cd1439ee427a2fc168540bd9c33eb1e086485ac /net/synergy
parent2d29f561d82b8f975ddf5b64a5c8d4761d070cec (diff)
downloadpkgsrc-3700bf549f22b8f9936cd90a8c798891992faf83.tar.gz
Modular Xorg support.
Diffstat (limited to 'net/synergy')
-rw-r--r--net/synergy/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/net/synergy/Makefile b/net/synergy/Makefile
index 1aa47ab8d1b..89a68331b3d 100644
--- a/net/synergy/Makefile
+++ b/net/synergy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/08/23 09:13:24 minskim Exp $
+# $NetBSD: Makefile,v 1.8 2007/02/02 00:55:15 joerg Exp $
#
DISTNAME= synergy-1.3.1
@@ -18,9 +18,6 @@ DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
EXAMPLESDIR= ${PREFIX}/share/examples/${PKGBASE}
DOCS= *.html *.css images/*.gif
-.include "../../mk/x11.buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}/images
cd ${WRKSRC}/doc; \
@@ -30,4 +27,10 @@ post-install:
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/synergy.conf ${EXAMPLESDIR}
+.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/bsd.pkg.mk"