summaryrefslogtreecommitdiff
path: root/print/libgnomeprint/Makefile
diff options
context:
space:
mode:
authorrh <rh>2002-09-12 04:19:50 +0000
committerrh <rh>2002-09-12 04:19:50 +0000
commite5fd64c7c3a78df06cc20dd9079046a1cf6364b8 (patch)
tree6c8e4fec1cc2f748a373313b3078d98612f1ea3e /print/libgnomeprint/Makefile
parent9af593815a86cd4648a560ade9717d9c6fc41e57 (diff)
downloadpkgsrc-e5fd64c7c3a78df06cc20dd9079046a1cf6364b8.tar.gz
Update libgnomeprint to 1.116.0. Changes include bugfixes and additional
language support. Provided by Julio Merino <jmmv@hispabsd.org>. This closes PR pkg/18203.
Diffstat (limited to 'print/libgnomeprint/Makefile')
-rw-r--r--print/libgnomeprint/Makefile26
1 files changed, 15 insertions, 11 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile
index 8ee565c7ad0..481dfc10bc8 100644
--- a/print/libgnomeprint/Makefile
+++ b/print/libgnomeprint/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2002/09/10 16:06:48 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2002/09/12 04:19:50 rh Exp $
#
-DISTNAME= libgnomeprint-1.115.0
-PKGREVISION= 1
+DISTNAME= libgnomeprint-1.116.0
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=2.0.0/sources/libgnomeprint/}
@@ -10,19 +9,24 @@ MAINTAINER= jmmv@hispabsd.org
HOMEPAGE= http://www.levien.com/gnome/print-arch.html
COMMENT= Library for the GNOME2 Printing Architecture
-USE_BUILDLINK_ONLY= YES
+BUILD_USES_MSGFMT= YES
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
USE_GMAKE= YES
+USE_GNU_GETTEXT= YES
+USE_X11BASE= YES
+
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-GNU_CONFIGURE= YES
-
pre-configure:
${MV} ${WRKSRC}/installer/README.installer ${WRKSRC}/installer/README.installer.2
-.include "../../devel/libbonobo/buildlink.mk"
-.include "../../devel/pango/buildlink.mk"
-.include "../../graphics/freetype2/buildlink.mk"
-.include "../../graphics/libart2/buildlink.mk"
-.include "../../mk/x11.buildlink.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/libbonobo/buildlink2.mk"
+.include "../../devel/pango/buildlink2.mk"
+.include "../../devel/ptl2/buildlink2.mk"
+.include "../../graphics/freetype2/buildlink2.mk"
+.include "../../graphics/libart2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"