From 7c204874ae3c8158b2a201688f580e3075cf2e9b Mon Sep 17 00:00:00 2001 From: hans Date: Thu, 16 Feb 2012 19:49:04 +0000 Subject: Fix build on SunOS. --- textproc/diction/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/diction/Makefile b/textproc/diction/Makefile index d022d679c88..c6a29a46a77 100644 --- a/textproc/diction/Makefile +++ b/textproc/diction/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2011/08/05 15:40:47 reed Exp $ +# $NetBSD: Makefile,v 1.13 2012/02/16 19:49:04 hans Exp $ DISTNAME= diction-1.11 PKGREVISION= 2 @@ -18,6 +18,8 @@ USE_TOOLS+= gmake msgfmt USE_FEATURES+= getopt_long regcomp snprintf +LIBS.SunOS+= -lintl + .include "options.mk" .include "../../devel/gettext-lib/buildlink3.mk" -- cgit v1.2.3