summaryrefslogtreecommitdiff
path: root/sysutils/wmSMPmon
diff options
context:
space:
mode:
authorobache <obache>2007-07-03 11:23:16 +0000
committerobache <obache>2007-07-03 11:23:16 +0000
commit237b82a90e5c8c9e99cc554bd60f6abc63a60c6b (patch)
tree1c106f21a306c5a8c1177bce88cdaf9ca2087bb0 /sysutils/wmSMPmon
parent4661c8cef2b6af4ba590bacee5e5a6795e9aabfc (diff)
downloadpkgsrc-237b82a90e5c8c9e99cc554bd60f6abc63a60c6b.tar.gz
Fix build problem with modular Xorg.
Problem reported and fix confirmed by Pierre Pronchery in PR 36597.
Diffstat (limited to 'sysutils/wmSMPmon')
-rw-r--r--sysutils/wmSMPmon/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/wmSMPmon/Makefile b/sysutils/wmSMPmon/Makefile
index 9e85484257f..e0e9b3af9d7 100644
--- a/sysutils/wmSMPmon/Makefile
+++ b/sysutils/wmSMPmon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/02/22 19:01:25 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2007/07/03 11:23:16 obache Exp $
DISTNAME= wmSMPmon-2.3
PKGREVISION= 1
@@ -15,5 +15,7 @@ WRKSRC= ${WRKDIR}/wmSMPmon-2.x/wmSMPmon
post-install:
${INSTALL_MAN} ${WRKSRC}/wmsmpmon.1 ${PREFIX}/${PKGMANDIR}/man1/wmSMPmon.1
+.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"