diff options
-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 |