diff options
Diffstat (limited to 'editors/poedit/Makefile')
-rw-r--r-- | editors/poedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index 2e6cdb9..2a4245a 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -27,7 +27,7 @@ USE_X_PREFIX= yes WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lgiconv" + LIBS="-L${LOCALBASE}/lib -liconv" USE_GMAKE= yes MAN1= poedit.1 |