diff options
author | jperkin <jperkin> | 2014-09-24 12:04:14 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2014-09-24 12:04:14 +0000 |
commit | e791669df85402fef69a976e379f9406b12ccd78 (patch) | |
tree | b1c6b9dd35acc719533c3432046679369982ca6d /net | |
parent | b6d598cc531724521fb9804d4298bdef3c8ae78e (diff) | |
download | pkgsrc-e791669df85402fef69a976e379f9406b12ccd78.tar.gz |
USE_TOOLS+=xgettext, fixes build on SunOS.
Diffstat (limited to 'net')
-rw-r--r-- | net/grilo-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/grilo-plugins/Makefile b/net/grilo-plugins/Makefile index 4ed5058a8da..f996ab9680a 100644 --- a/net/grilo-plugins/Makefile +++ b/net/grilo-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/04/09 07:27:14 obache Exp $ +# $NetBSD: Makefile,v 1.13 2014/09/24 12:04:14 jperkin Exp $ # DISTNAME= grilo-plugins-0.2.9 @@ -14,7 +14,7 @@ LICENSE= gnu-lgpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config intltool +USE_TOOLS+= pkg-config intltool xgettext .include "../../devel/glib2/buildlink3.mk" .include "../../net/grilo/buildlink3.mk" |