pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/fe Use BROKEN_GETTEXT_DETECTION=yes instead of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a0c2e5366f7
branches:  trunk
changeset: 535506:1a0c2e5366f7
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Nov 20 11:08:50 2007 +0000

description:
Use BROKEN_GETTEXT_DETECTION=yes instead of doing the work manually.
Thanks to obache.

diffstat:

 editors/fe/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 94804ff47d0a -r 1a0c2e5366f7 editors/fe/Makefile
--- a/editors/fe/Makefile       Tue Nov 20 07:51:35 2007 +0000
+++ b/editors/fe/Makefile       Tue Nov 20 11:08:50 2007 +0000
@@ -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 @@
 
 GNU_CONFIGURE= yes
 USE_TOOLS+=    msgfmt
-
-LIBS+=         ${BUILDLINK_LDADD.gettext}
+BROKEN_GETTEXT_DETECTION=      yes
 
 INSTALLATION_DIRS=     share/doc/fe
 



Home | Main Index | Thread Index | Old Index