diff options
author | joerg <joerg> | 2007-01-15 17:46:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-01-15 17:46:13 +0000 |
commit | ebc1e6babf6ec9d97620ac10956699472e3212aa (patch) | |
tree | d70488e73da061efc1a38c79dd299681df1bb0d8 /x11 | |
parent | 86c3a22af0c79fecea2fde33f0e16e3813fd7330 (diff) | |
download | pkgsrc-ebc1e6babf6ec9d97620ac10956699472e3212aa.tar.gz |
Modular Xorg support.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/hsetroot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/hsetroot/Makefile b/x11/hsetroot/Makefile index 6fb7f2df8ac..8b78b0b5452 100644 --- a/x11/hsetroot/Makefile +++ b/x11/hsetroot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/04/17 13:46:54 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2007/01/15 17:46:13 joerg Exp $ # DISTNAME= hsetroot-1.0.2 @@ -13,5 +13,5 @@ COMMENT= Allows you to compose wallpapers for X GNU_CONFIGURE= yes .include "../../graphics/imlib2/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |