diff options
author | rillig <rillig@pkgsrc.org> | 2007-11-20 11:08:50 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-11-20 11:08:50 +0000 |
commit | a9ec148009f764364b2f3749b34f099b6c212074 (patch) | |
tree | f19d8fa3ac8ee6d535034992c6eafcdd613cafd7 /editors/fe | |
parent | 819a9ad3fd938224137267380d5c25a3ebece1ae (diff) | |
download | pkgsrc-a9ec148009f764364b2f3749b34f099b6c212074.tar.gz |
Use BROKEN_GETTEXT_DETECTION=yes instead of doing the work manually.
Thanks to obache.
Diffstat (limited to 'editors/fe')
-rw-r--r-- | editors/fe/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/fe/Makefile b/editors/fe/Makefile index 2771ca1e53e..d766b8b6400 100644 --- a/editors/fe/Makefile +++ b/editors/fe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/11/20 00:00:20 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2007/11/20 11:08:50 rillig Exp $ DISTNAME= fe-1.6 PKGREVISION= 1 @@ -11,8 +11,7 @@ COMMENT= Folding editor GNU_CONFIGURE= yes USE_TOOLS+= msgfmt - -LIBS+= ${BUILDLINK_LDADD.gettext} +BROKEN_GETTEXT_DETECTION= yes INSTALLATION_DIRS= share/doc/fe |