diff options
-rw-r--r-- | audio/gmpc-wikipedia/Makefile | 4 | ||||
-rw-r--r-- | devel/appdata-tools/Makefile | 7 | ||||
-rw-r--r-- | net/grilo-testui/Makefile | 4 |
3 files changed, 8 insertions, 7 deletions
diff --git a/audio/gmpc-wikipedia/Makefile b/audio/gmpc-wikipedia/Makefile index ff940eb9a69..abe9fbdeb0e 100644 --- a/audio/gmpc-wikipedia/Makefile +++ b/audio/gmpc-wikipedia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/08/04 09:28:33 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/09/24 11:48:47 jperkin Exp $ DISTNAME= gmpc-wikipedia-11.8.16 PKGREVISION= 6 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= intltool pkg-config +USE_TOOLS+= intltool pkg-config xgettext .include "../../audio/gmpc/buildlink3.mk" .include "../../www/webkit-gtk/buildlink3.mk" diff --git a/devel/appdata-tools/Makefile b/devel/appdata-tools/Makefile index c471248d5c7..2ecebbc11f9 100644 --- a/devel/appdata-tools/Makefile +++ b/devel/appdata-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/05/17 16:10:42 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/09/24 11:56:04 jperkin Exp $ DISTNAME= appdata_tools_0_1_7 PKGNAME= ${DISTNAME:S/appdata_tools_/appdata-tools-/:S/_/./g} @@ -14,8 +14,9 @@ LICENSE= gnu-gpl-v2 BUILD_DEPENDS+= gettext-m4-[0-9]*:../../devel/gettext-m4 DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml -WRKSRC= ${WRKDIR}/appdata-tools-${DISTNAME} -USE_TOOLS+= autoconf automake autoreconf gmake intltool intltoolize pkg-config +WRKSRC= ${WRKDIR}/appdata-tools-${DISTNAME} +USE_TOOLS+= autoconf automake autoreconf gmake intltool intltoolize +USE_TOOLS+= pkg-config xgettext GNU_CONFIGURE= yes pre-configure: diff --git a/net/grilo-testui/Makefile b/net/grilo-testui/Makefile index b5db9a6894a..c81872edf69 100644 --- a/net/grilo-testui/Makefile +++ b/net/grilo-testui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/05/05 00:48:14 ryoon Exp $ +# $NetBSD: Makefile,v 1.18 2014/09/24 11:48:20 jperkin Exp $ # DISTNAME= grilo-0.2.7 @@ -18,7 +18,7 @@ PATCHDIR= ${.CURDIR}/../../net/grilo/patches GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config intltool +USE_TOOLS+= pkg-config intltool xgettext USE_LANGUAGES= c99 BUILD_DIRS= tools/grilo-test-ui |