diff options
author | tron <tron> | 2003-06-04 08:56:46 +0000 |
---|---|---|
committer | tron <tron> | 2003-06-04 08:56:46 +0000 |
commit | 81da5a79608d7ee5643330eaac8c786ec686442d (patch) | |
tree | 50058a9173085af4cffdc3bdbd3589ab59392d0d /wm | |
parent | 04abb96857053df3b6c0a633a16c67f371fdef0d (diff) | |
download | pkgsrc-81da5a79608d7ee5643330eaac8c786ec686442d.tar.gz |
Include "Xft2" buildlink2 glue code to fix build problems on XFree86 4.2.x
systems and to register dependences properly.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/icewm/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common index 72d79cbf4c9..f113a2105b2 100644 --- a/wm/icewm/Makefile.common +++ b/wm/icewm/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.22 2003/06/03 17:13:34 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.23 2003/06/04 08:56:46 tron Exp $ DISTNAME= icewm-1.2.7 CATEGORIES= x11 wm @@ -48,3 +48,4 @@ post-install: .include "../../converters/libiconv/buildlink2.mk" .include "../../devel/gettext-lib/buildlink2.mk" +.include "../../fonts/Xft2/buildlink2.mk" |