pkgsrc/textproc/intltool/Makefile
reed f1fb850d3c DEPEND on newer p5-XML-Parser. As discussed on pkgsrc-users in late
March, the bumps for the updated expat never saw this package
because it depend on it directly instead of using buildlink3.mk files.

This fixes build problem where you could be attempting to install
intltool with new expat and old p5-XML-Parser.
2006-05-06 03:54:17 +00:00

25 lines
645 B
Makefile

# $NetBSD: Makefile,v 1.35 2006/05/06 03:54:17 reed Exp $
#
DISTNAME= intltool-0.34.2
CATEGORIES= textproc devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.34/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Toolbox for internationalisation
PKG_INSTALLATION_TYPES= overwrite pkgviews
DEPENDS+= p5-XML-Parser>=2.34nb4:../../textproc/p5-XML-Parser
CONFLICTS= xml-i18n-tools-[0-9]*
USE_TOOLS+= gmake perl:run
GNU_CONFIGURE= YES
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"