diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-05-20 11:51:26 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-05-20 11:51:26 +0000 |
commit | 4af8c92ac533b5a3bf753b77487111c1852cdb30 (patch) | |
tree | 086c255c3051c98fd8ee1110c3da9dd18fccba4a /graphics | |
parent | 040d96c9f43ae963c3376a9446a59611832285b6 (diff) | |
download | pkgsrc-4af8c92ac533b5a3bf753b77487111c1852cdb30.tar.gz |
USE_TOOLS+= gettext. Fixes build on SunOS.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/lasem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/lasem/Makefile b/graphics/lasem/Makefile index baf056fefe5..66195d8949b 100644 --- a/graphics/lasem/Makefile +++ b/graphics/lasem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/03/14 18:47:29 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2013/05/20 11:51:26 jperkin Exp $ # DISTNAME= lasem-0.4.1 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config bison intltool flex gmake +USE_TOOLS+= bison flex gettext gmake intltool pkg-config TEST_TARGET= check PKGCONFIG_OVERRIDE+= lasem.pc.in |