diff options
Diffstat (limited to 'devel/gtranslator/Makefile')
-rw-r--r-- | devel/gtranslator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gtranslator/Makefile b/devel/gtranslator/Makefile index 59b26ba..e42efff 100644 --- a/devel/gtranslator/Makefile +++ b/devel/gtranslator/Makefile @@ -22,7 +22,7 @@ USE_GNOME= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --disable-debug -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lgiconv -lgnuregex" \ +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -liconv -lgnuregex" \ MSGFMT=${LOCALBASE}/bin/msgfmt-new \ XGETTEXT=${LOCALBASE}/bin/xgettext-new |