diff options
author | jmmv <jmmv> | 2004-02-13 14:04:48 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-02-13 14:04:48 +0000 |
commit | aca9185f2937d73135882ec782f23c7363301c3b (patch) | |
tree | bcc6dbc90c529ce28119d6fe7fe65f20af376d30 /print/libgnomeprint | |
parent | d5c7904559588186488a3e7ef89599afad4f5ab5 (diff) | |
download | pkgsrc-aca9185f2937d73135882ec782f23c7363301c3b.tar.gz |
Use pkgsrc intltool.
Diffstat (limited to 'print/libgnomeprint')
-rw-r--r-- | print/libgnomeprint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 7c3bd711ca3..eff28e8c3fe 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/02/11 02:34:55 xtraeme Exp $ +# $NetBSD: Makefile,v 1.26 2004/02/13 14:04:48 jmmv Exp $ # DISTNAME= libgnomeprint-2.4.2 @@ -54,4 +54,5 @@ CONFIGURE_ENV+= libltdl_cv_shlibext=so .include "../../devel/pkgconfig/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/libart2/buildlink3.mk" +.include "../../textproc/intltool/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |