diff options
author | rillig <rillig> | 2007-02-23 04:00:02 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-02-23 04:00:02 +0000 |
commit | 4d66ca546ac3b435faa92eae21476d46c1e221e7 (patch) | |
tree | 87086e91ebc325f3f7aa048badd1c9518a888663 /devel | |
parent | ceadcfa050d47295cd7508804cbe8ec1013a88e9 (diff) | |
download | pkgsrc-4d66ca546ac3b435faa92eae21476d46c1e221e7.tar.gz |
Fixed the invalid use of AM_GLIB_DEFINE_LOCALEDIR. PKGREVISION++
Diffstat (limited to 'devel')
-rw-r--r-- | devel/atk/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
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" |