diff options
Diffstat (limited to 'devel/xdg-user-dirs/Makefile')
-rw-r--r-- | devel/xdg-user-dirs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/xdg-user-dirs/Makefile b/devel/xdg-user-dirs/Makefile index cae724bf9bf1..8b733e17d5fd 100644 --- a/devel/xdg-user-dirs/Makefile +++ b/devel/xdg-user-dirs/Makefile @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes USES= gettext iconv USE_GMAKE= yes USE_GNOME= libxslt:build -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} CFLAGS+= -I${LOCALBASE}/include MAN1= xdg-user-dir.1 xdg-user-dirs-update.1 |