diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-15 14:58:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-15 14:58:19 +0000 |
commit | 61c76992a7a088700de93cd92acee9173cffddf8 (patch) | |
tree | 420dde1256bf14951c892c68e4764ab127cd0134 /graphics/radiance/Makefile | |
parent | 8e29f2fef07eb6a557e98d43ae142decbc99e860 (diff) | |
download | pkgsrc-61c76992a7a088700de93cd92acee9173cffddf8.tar.gz |
Modular Xorg support.
Diffstat (limited to 'graphics/radiance/Makefile')
-rw-r--r-- | graphics/radiance/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/radiance/Makefile b/graphics/radiance/Makefile index 2b9b125cd62..b936e76abfc 100644 --- a/graphics/radiance/Makefile +++ b/graphics/radiance/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/04/28 16:55:10 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2007/02/15 14:58:22 joerg Exp $ # DISTNAME= rad3R6P1 @@ -84,5 +84,4 @@ do-install: .include "../../graphics/tiff/buildlink3.mk" .include "../../x11/tk/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |