diff options
author | grant <grant> | 2003-01-13 13:53:46 +0000 |
---|---|---|
committer | grant <grant> | 2003-01-13 13:53:46 +0000 |
commit | fefd8ea1f973dae1f9f5c8a1824e711a1c9914ce (patch) | |
tree | 4a13417019c0d8e20e1c92053821478541307b97 /wm/waimea | |
parent | b26d240f5ac4623b1c35c7696fc2cc45026a5f77 (diff) | |
download | pkgsrc-fefd8ea1f973dae1f9f5c8a1824e711a1c9914ce.tar.gz |
- this wants XFree Xft(1), not Xft2.
- add fonts/fontconfig dependency.
fixes build problem in Hubert's bulk-build.
Diffstat (limited to 'wm/waimea')
-rw-r--r-- | wm/waimea/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/waimea/Makefile b/wm/waimea/Makefile index e58ade51371..62ae39bd6aa 100644 --- a/wm/waimea/Makefile +++ b/wm/waimea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/12/24 06:10:27 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2003/01/13 13:53:46 grant Exp $ # DISTNAME= waimea-0.4.0 @@ -38,7 +38,7 @@ REPLACE_PERL = \ ${WRKSRC}/data/scripts/stylesdir.pl.in .include "../../devel/pkgconfig/buildlink2.mk" -.include "../../fonts/Xft2/buildlink2.mk" +.include "../../fonts/fontconfig/buildlink2.mk" .include "../../graphics/freetype2/buildlink2.mk" .include "../../graphics/imlib2/buildlink2.mk" .include "../../lang/perl5/buildlink2.mk" |