summaryrefslogtreecommitdiff
path: root/chat/empathy
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2015-07-09 02:39:16 +0000
committerrichard <richard@pkgsrc.org>2015-07-09 02:39:16 +0000
commit7dc4f9136ec92de2c18198aa7736bffeb2d7aa15 (patch)
tree21ab5d9ee024aced8a0320fd91db5a7de30f07cc /chat/empathy
parent39de3f6770613285fa40a7dae503fe6392df602f (diff)
downloadpkgsrc-7dc4f9136ec92de2c18198aa7736bffeb2d7aa15.tar.gz
add msgmerge and xgettext to USE_TOOLS and use xsltproc-nonet to
avoid network traffic during build.
Diffstat (limited to 'chat/empathy')
-rw-r--r--chat/empathy/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/chat/empathy/Makefile b/chat/empathy/Makefile
index 2706e766012..9f965019a21 100644
--- a/chat/empathy/Makefile
+++ b/chat/empathy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2015/04/25 14:20:27 tnn Exp $
+# $NetBSD: Makefile,v 1.70 2015/07/09 02:39:16 richard Exp $
DISTNAME= empathy-2.34.0
PKGREVISION= 43
@@ -12,18 +12,21 @@ LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_TOOLS+= gawk gmake gsed intltool msgfmt pkg-config
-USE_TOOLS+= autoconf
+USE_TOOLS+= autoconf msgmerge xgettext
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
CONFIGURE_ENV+= YELL_CFLAGS=-I${WRKSRC}/telepathy-yell
CONFIGURE_ENV+= \
YELL_LIBS="-L${WRKSRC}/telepathy-yell/telepathy-yell -ltelepathy-yell"
-# see pkgsrc/security/mozilla-rootcerts
+# see pkgsrc/security/mozilla-rootcerts-openssl
CONFIGURE_ARGS+= --with-ca-file=/etc/ssl/certs/ca-certificates.crt
BUILDLINK_TRANSFORM+= rm:-Werror
+# with --nonet, xsltproc needs a helping hand finding some dtds
+XSLTPROC_PATH+= ${LOCALBASE}/share/doc/dbus
+
# notyet
#CONFIGURE_ARGS+= --enable-meego
@@ -48,7 +51,7 @@ BUILDLINK_API_DEPENDS.enchant+= enchant>=1.2.0
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../textproc/gtk-doc/buildlink3.mk"
.include "../../textproc/iso-codes/buildlink3.mk"
-.include "../../textproc/libxslt/buildlink3.mk"
+.include "../../textproc/libxslt/xsltproc-nonet.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gnome-panel/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0