diff options
author | rillig <rillig> | 2007-11-20 00:00:20 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-11-20 00:00:20 +0000 |
commit | 90c008983f700c4e42f81558817c8c751c4dbf47 (patch) | |
tree | 4b3f2490fde53afab557ee3e8d48414a4169e017 /editors | |
parent | 3ec0d40f1759447a80edb641ccc7ddedc1efd209 (diff) | |
download | pkgsrc-90c008983f700c4e42f81558817c8c751c4dbf47.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: |