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