diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-17 22:33:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-17 22:33:35 +0000 |
commit | e275c78df8a97814388957a4c9f805595b86e141 (patch) | |
tree | c933c7049a973f13f1551c470b6e2bef1645f447 /graphics | |
parent | 0349dd5631e05d7f56fecaa9be81c13f2504fe8b (diff) | |
download | pkgsrc-e275c78df8a97814388957a4c9f805595b86e141.tar.gz |
Fix modular Xorg.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/urt/Makefile | 5 |
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" |