diff options
author | rillig <rillig@pkgsrc.org> | 2007-11-20 00:00:20 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-11-20 00:00:20 +0000 |
commit | 77245154bd89b20bfe50f841326a0808a445cb1f (patch) | |
tree | 4b3f2490fde53afab557ee3e8d48414a4169e017 /editors | |
parent | fa786ebc0c0c72fcfa2cdfa01c98509b99e455f2 (diff) | |
download | pkgsrc-77245154bd89b20bfe50f841326a0808a445cb1f.tar.gz |
Solaris needs -lintl.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/fe/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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: |