diff options
Diffstat (limited to 'math/gcalctool/Makefile')
-rw-r--r-- | math/gcalctool/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 223cbbf2e63..8e314d48e1b 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2009/03/18 00:32:45 jmcneill Exp $ +# $NetBSD: Makefile,v 1.79 2009/03/22 19:01:39 wiz Exp $ # DISTNAME= gcalctool-5.26.0 @@ -22,16 +22,6 @@ USE_PKGLOCALEDIR= yes GCONF_SCHEMAS= gcalctool.schemas -# The gettext version in pkgsrc cannot handle the .po files, so -# we strip out usage of the newer features (context and fuzzy matches) -post-patch: - for f in ${WRKSRC}/po/*.po ${WRKSRC}/help/*/*.po ; do \ - mv $$f $$f.original ; \ - ${AWK} -f ${FILESDIR}/msgfmtstrip $$f.original > $$f ; \ - done - -BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0 - .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../devel/GConf/schemas.mk" .include "../../devel/atk/buildlink3.mk" @@ -41,5 +31,6 @@ BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0 .include "../../devel/libgnomeui/buildlink3.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../mk/omf-scrollkeeper.mk" +BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0 .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |