summaryrefslogtreecommitdiff
path: root/graphics/urt
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-17 22:33:35 +0000
committerjoerg <joerg>2007-08-17 22:33:35 +0000
commit2a365860771e3665d3152c478b064aa2a6e4f9fa (patch)
treec933c7049a973f13f1551c470b6e2bef1645f447 /graphics/urt
parent13b42cce6ebd45d5f5064930834bfa0df414cc4a (diff)
downloadpkgsrc-2a365860771e3665d3152c478b064aa2a6e4f9fa.tar.gz
Fix modular Xorg.
Diffstat (limited to 'graphics/urt')
-rw-r--r--graphics/urt/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile
index e4f0c69f4b9..dbfb0842828 100644
--- a/graphics/urt/Makefile
+++ b/graphics/urt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2007/05/28 20:14:00 heinz Exp $
+# $NetBSD: Makefile,v 1.49 2007/08/17 22:33:35 joerg Exp $
DISTNAME= urt
PKGNAME= urt-3.1b1
@@ -48,5 +48,6 @@ post-install:
find share/doc/urt share/examples/urt -type f -print | xargs chmod 444
.include "../../graphics/netpbm/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"