diff options
Diffstat (limited to 'chat/libpurple/Makefile')
-rw-r--r-- | chat/libpurple/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/chat/libpurple/Makefile b/chat/libpurple/Makefile index c1b09917c93..9480a06db19 100644 --- a/chat/libpurple/Makefile +++ b/chat/libpurple/Makefile @@ -1,21 +1,17 @@ -# $NetBSD: Makefile,v 1.6 2007/08/30 17:13:15 gdt Exp $ +# $NetBSD: Makefile,v 1.7 2007/09/15 14:55:01 tnn Exp $ # PKGNAME= libpurple-${PIDGIN_VERSION} COMMENT= Multi-protocol Instant Messaging client backend -PKGREVISION= 2 PKG_DESTDIR_SUPPORT= user-destdir .include "../../chat/libpurple/Makefile.common" -# for the pidgin intltool, see TODO -DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser - CONFIGURE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/ MAKE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/ -USE_TOOLS+= msgfmt +USE_TOOLS+= msgfmt intltool ## #USE_DIRS+= xdg-1.2 GCONF2_SCHEMAS+= purple.schemas @@ -29,14 +25,11 @@ CONFIGURE_ARGS+= --disable-consoleui .include "options.mk" -BUILD_DIRS= m4macros libpurple po +BUILD_DIRS= m4macros libpurple po share ## #post-build: ## # cp ${WRKSRC}/libpurple/gconf/purple.schemas ${WRKSRC}/purple.schemas -# XXX Use textproc/intltool instead of included intltool. -# XXX On NetBSD 3.0: iconv: iconv_open(UTF-8, tis-620): Invalid argument - .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" |