From 4d66ca546ac3b435faa92eae21476d46c1e221e7 Mon Sep 17 00:00:00 2001 From: rillig Date: Fri, 23 Feb 2007 04:00:02 +0000 Subject: Fixed the invalid use of AM_GLIB_DEFINE_LOCALEDIR. PKGREVISION++ --- devel/atk/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'devel/atk') diff --git a/devel/atk/Makefile b/devel/atk/Makefile index 1d7bd36dcc8..8c42264351c 100644 --- a/devel/atk/Makefile +++ b/devel/atk/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.59 2007/01/06 21:55:57 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2007/02/23 04:00:02 rillig Exp $ # DISTNAME= atk-1.12.4 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/1.12/} EXTRACT_SUFX= .tar.bz2 @@ -28,6 +29,12 @@ UNLIMIT_RESOURCES= stacksize BUILDLINK_API_DEPENDS.glib2+= glib2>=2.6.3 +SUBST_CLASSES+= loc +SUBST_STAGE.loc= pre-configure +SUBST_MESSAGE.loc= Fixing invalid use of AM_GLIB_DEFINE_LOCALEDIR. +SUBST_FILES.loc= configure +SUBST_SED.loc= -e 's,^\(\#define ATK_LOCALEDIR\).*,\1 "${PREFIX}/${PKGLOCALEDIR}/locale",' + .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" -- cgit v1.2.3