svn commit: r316138 - head/ftp/yafc
Pawel Pekala
pawel at FreeBSD.org
Sat Apr 20 11:20:26 UTC 2013
Author: pawel
Date: Sat Apr 20 11:20:25 2013
New Revision: 316138
URL: http://svnweb.freebsd.org/changeset/ports/316138
Log:
Fix NLS support
PR: ports/177353 (based on)
Submitted by: Norihiko Murase <mur1080224 at inter7.jp>
Feature safe: yes
Modified:
head/ftp/yafc/Makefile
Modified: head/ftp/yafc/Makefile
==============================================================================
--- head/ftp/yafc/Makefile Sat Apr 20 11:15:41 2013 (r316137)
+++ head/ftp/yafc/Makefile Sat Apr 20 11:20:25 2013 (r316138)
@@ -36,11 +36,10 @@ PLIST_FILES= bin/yafc
.if ${PORT_OPTIONS:MNLS}
USE_GNOME+= intltool
USE_GETTEXT= yes
-LDFLAGS+= -lintl
PLIST_FILES+= share/locale/de/LC_MESSAGES/yafc.mo \
share/locale/sv/LC_MESSAGES/yafc.mo
.else
-CONFIGURE_ARGS+= --disable-nls
+CONFIGURE_ARGS+= --without-gettext
.endif
.if ${PORT_OPTIONS:MREADLINE}
More information about the svn-ports-all
mailing list