From 7eaaf9be0fff3094512745bcad951604b67e29e7 Mon Sep 17 00:00:00 2001 From: pawel Date: Sat, 20 Apr 2013 11:20:25 +0000 Subject: Fix NLS support PR: ports/177353 (based on) Submitted by: Norihiko Murase Feature safe: yes --- ftp/yafc/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ftp/yafc') diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile index 3ad8edb52bbb..99d8ccd22d87 100644 --- a/ftp/yafc/Makefile +++ b/ftp/yafc/Makefile @@ -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} -- cgit