diff options
author | grant <grant@pkgsrc.org> | 2003-07-30 15:41:10 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-07-30 15:41:10 +0000 |
commit | 8aea3201dc9f3a728e275658cc1f2493cf11dc0d (patch) | |
tree | 0e6bd1253ac337ea5f90a2b35d05a67a90d8d7b3 /fonts/Xft2 | |
parent | 84a36342b56acebf89264886db28c28559c62737 (diff) | |
download | pkgsrc-8aea3201dc9f3a728e275658cc1f2493cf11dc0d.tar.gz |
get a working awk on Solaris, sort includes.
Diffstat (limited to 'fonts/Xft2')
-rw-r--r-- | fonts/Xft2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile index ff79caacce2..ca4021dcf09 100644 --- a/fonts/Xft2/Makefile +++ b/fonts/Xft2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 21:36:39 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/07/30 15:41:10 grant Exp $ # DISTNAME= fcpackage.2_1 @@ -21,7 +21,8 @@ USE_BUILDLINK2= YES USE_GMAKE= YES USE_X11= YES -.include "../../graphics/freetype2/buildlink2.mk" .include "../../fonts/fontconfig/buildlink2.mk" +.include "../../graphics/freetype2/buildlink2.mk" +.include "../../lang/gawk/buildlink2.mk" .include "../../x11/Xrender/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |