diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-09-24 11:48:20 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-09-24 11:48:20 +0000 |
commit | 9da48b354c5fda8343f6e4e225d28c08b8a36a52 (patch) | |
tree | 585cb10d3eb1545deb58461b93405807078be79f /net | |
parent | c27fafcd90fd698ffb8018c447c17491fa118794 (diff) | |
download | pkgsrc-9da48b354c5fda8343f6e4e225d28c08b8a36a52.tar.gz |
USE_TOOLS+=xgettext, fixes build on SunOS.
Diffstat (limited to 'net')
-rw-r--r-- | net/grilo-testui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |