diff options
author | xtraeme <xtraeme> | 2004-01-06 06:49:54 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-01-06 06:49:54 +0000 |
commit | 0a02b6a03d6efa3c71cb0e3618f918838fe39299 (patch) | |
tree | 022a4eb4a6dc903aaa2ba386824c7c503a295012 /wm | |
parent | 94645c5b13f57d2e36f4ec7855637d0b3b00a098 (diff) | |
download | pkgsrc-0a02b6a03d6efa3c71cb0e3618f918838fe39299.tar.gz |
Remove post-buildlink target, it's not needed anymore with imlib2>=1.10.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/waimea/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/wm/waimea/Makefile b/wm/waimea/Makefile index 1d9881333f7..c7764a33cc4 100644 --- a/wm/waimea/Makefile +++ b/wm/waimea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/03 18:49:54 reed Exp $ +# $NetBSD: Makefile,v 1.11 2004/01/06 06:49:54 xtraeme Exp $ # DISTNAME= waimea-0.4.0 @@ -37,12 +37,6 @@ REPLACE_PERL = \ data/scripts/procinfo.pl \ data/scripts/stylesdir.pl.in -# XXX We have to remove freetype include directory to make -# this compile. - -post-buildlink: - @${RM} -r ${BUILDLINK_DIR}/include/freetype - .include "../../devel/pkgconfig/buildlink2.mk" .include "../../fonts/Xft2/buildlink2.mk" .include "../../graphics/freetype2/buildlink2.mk" |