From 90c008983f700c4e42f81558817c8c751c4dbf47 Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 20 Nov 2007 00:00:20 +0000 Subject: Solaris needs -lintl. --- editors/fe/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/fe/Makefile b/editors/fe/Makefile index 92ad119221a..2771ca1e53e 100644 --- a/editors/fe/Makefile +++ b/editors/fe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/01/30 23:52:53 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2007/11/20 00:00:20 rillig Exp $ DISTNAME= fe-1.6 PKGREVISION= 1 @@ -12,6 +12,8 @@ COMMENT= Folding editor GNU_CONFIGURE= yes USE_TOOLS+= msgfmt +LIBS+= ${BUILDLINK_LDADD.gettext} + INSTALLATION_DIRS= share/doc/fe post-install: -- cgit v1.2.3