summaryrefslogtreecommitdiff
path: root/x11/desklaunch
diff options
context:
space:
mode:
authorjoerg <joerg>2007-06-12 20:59:31 +0000
committerjoerg <joerg>2007-06-12 20:59:31 +0000
commitdad70ea78f202f72a4598ba1e47161e12be00481 (patch)
treeeda936b65556862016029c87af0d56f6937aad7a /x11/desklaunch
parent9d37544ed83e835c9a751adae48227bbfab0a27c (diff)
downloadpkgsrc-dad70ea78f202f72a4598ba1e47161e12be00481.tar.gz
Fix modular Xorg dependencies.
Diffstat (limited to 'x11/desklaunch')
-rw-r--r--x11/desklaunch/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/desklaunch/Makefile b/x11/desklaunch/Makefile
index 8116bf096e7..673ceb6ce7c 100644
--- a/x11/desklaunch/Makefile
+++ b/x11/desklaunch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/06/08 21:57:33 sborrill Exp $
+# $NetBSD: Makefile,v 1.2 2007/06/12 20:59:31 joerg Exp $
#
VERSION= 1.1.5
@@ -22,4 +22,7 @@ do-install:
${PREFIX}/share/doc/desklaunch.README
.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"