summaryrefslogtreecommitdiff
path: root/wm/waimea
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-09-03 22:40:29 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-09-03 22:40:29 +0000
commitf1b670aa52465b59d93a56688409497318a18c3f (patch)
tree3cabd99dc21dacc2c2867c1e0be3ec3543736365 /wm/waimea
parent6cacde8bffae2624e927d7206958d15f26cdd80d (diff)
downloadpkgsrc-f1b670aa52465b59d93a56688409497318a18c3f.tar.gz
Make this compile again, it was having trouble with imlib and freetype2
buildlink's, while here fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}. Ok'ed by silence on packages@
Diffstat (limited to 'wm/waimea')
-rw-r--r--wm/waimea/Makefile18
1 files changed, 12 insertions, 6 deletions
diff --git a/wm/waimea/Makefile b/wm/waimea/Makefile
index 02eacead3d7..020e0fcb571 100644
--- a/wm/waimea/Makefile
+++ b/wm/waimea/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/08/28 20:05:23 xtraeme Exp $
+# $NetBSD: Makefile,v 1.8 2003/09/03 22:40:29 xtraeme Exp $
#
DISTNAME= waimea-0.4.0
@@ -30,15 +30,21 @@ CONFIGURE_ARGS+= --disable-render
CONFIGURE_ARGS+= --disable-shape
.endif
-CONFIGURE_ARGS+= --disable-randr
+CONFIGURE_ARGS+= --disable-randr
REPLACE_PERL = \
- ${WRKSRC}/data/scripts/filelist.pl \
- ${WRKSRC}/data/scripts/procinfo.pl \
- ${WRKSRC}/data/scripts/stylesdir.pl.in
+ data/scripts/filelist.pl \
+ 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/fontconfig/buildlink2.mk"
+.include "../../fonts/Xft2/buildlink2.mk"
.include "../../graphics/freetype2/buildlink2.mk"
.include "../../graphics/imlib2/buildlink2.mk"
.include "../../lang/perl5/buildlink2.mk"