diff options
author | tron <tron@pkgsrc.org> | 2003-06-04 08:56:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-06-04 08:56:46 +0000 |
commit | 8503335bace627c39ee2ad20afb21956b48daeaa (patch) | |
tree | 50058a9173085af4cffdc3bdbd3589ab59392d0d /wm/icewm | |
parent | adcf54a684b8fd30f770a1803ce1035685921f2e (diff) | |
download | pkgsrc-8503335bace627c39ee2ad20afb21956b48daeaa.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/icewm')
-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" |