summaryrefslogtreecommitdiff
path: root/net/kdenetwork3
diff options
context:
space:
mode:
authormarkd <markd>2008-10-11 19:12:30 +0000
committermarkd <markd>2008-10-11 19:12:30 +0000
commitb384cfd1cd33a2836821a8a3c3ac11c42de9cd61 (patch)
treef74bc5207c02fdcf22ed642ae038ce342639391c /net/kdenetwork3
parent0207b560b74a4525b58a59ea65e95a2e5ca8ace6 (diff)
downloadpkgsrc-b384cfd1cd33a2836821a8a3c3ac11c42de9cd61.tar.gz
Make dependency on libXxf86vm explicit. Fixes build on some Linux
systems. Noted by David Sainty.
Diffstat (limited to 'net/kdenetwork3')
-rw-r--r--net/kdenetwork3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile
index 19d8a9fe670..a8383023f22 100644
--- a/net/kdenetwork3/Makefile
+++ b/net/kdenetwork3/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.67 2008/02/20 10:00:24 markd Exp $
+# $NetBSD: Makefile,v 1.68 2008/10/11 19:12:30 markd Exp $
DISTNAME= kdenetwork-${_KDE_VERSION}
+PKGREVISION= 1
CATEGORIES= net
COMMENT= Network modules for the KDE integrated X11 desktop
@@ -62,6 +63,7 @@ BUILDLINK_DEPMETHOD.libXt?= build
.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/libXtst/buildlink3.mk"
+.include "../../x11/libXxf86vm/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"