diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 19:49:04 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 19:49:04 +0000 |
commit | d921e6b907d615470c75098845b51510b947c789 (patch) | |
tree | 4e371b8324af4f450797726ef272d0688099c51c /textproc/diction | |
parent | 520e69e1467adb07096dc814b409f1e176940d87 (diff) | |
download | pkgsrc-d921e6b907d615470c75098845b51510b947c789.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'textproc/diction')
-rw-r--r-- | textproc/diction/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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" |