diff options
author | adam <adam@pkgsrc.org> | 2003-11-14 11:48:57 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-11-14 11:48:57 +0000 |
commit | 483bf45637402a624062301ecae9b79b58d309dd (patch) | |
tree | f97cb520f7cec7b468d5d1ca796ee263c5d7d841 /print | |
parent | 031e67b941b5d2c1c3c095e6ecd0f5b57fcd6a63 (diff) | |
download | pkgsrc-483bf45637402a624062301ecae9b79b58d309dd.tar.gz |
Force using graphics/freetype2 >= 2.1.4; otherwise won't build with X11R6 one
Diffstat (limited to 'print')
-rw-r--r-- | print/libgnomeprint/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 8e44b9d5233..ebcefa8772d 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/11/12 01:31:51 salo Exp $ +# $NetBSD: Makefile,v 1.19 2003/11/14 11:48:57 adam Exp $ # DISTNAME= libgnomeprint-2.2.1.2 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.levien.com/gnome/print-arch.html COMMENT= Library for the GNOME2 Printing Architecture BUILD_USES_MSGFMT= YES +BUILDLINK_DEPENDS.freetype2= freetype2>=2.1.4 GNU_CONFIGURE= YES USE_BUILDLINK2= YES @@ -42,10 +43,10 @@ CONFIGURE_ARGS+= --without-cups CONFIGURE_ENV+= libltdl_cv_shlibext=so .endif +.include "../../graphics/freetype2/buildlink2.mk" .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/libbonobo/buildlink2.mk" .include "../../devel/pango/buildlink2.mk" .include "../../devel/glib2/buildlink2.mk" -.include "../../graphics/freetype2/buildlink2.mk" .include "../../graphics/libart2/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |