diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-13 17:14:53 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-13 17:14:53 +0000 |
commit | 42cea4feca97175ce7fe8e01cef19ba73b69c476 (patch) | |
tree | db7d60e9baca3e8f203bee4b35e80db32ed1fe56 /editors/mlview | |
parent | 31c9fcf7327a4faf7e0c2a77beaef9643cdd87a4 (diff) | |
download | ports-42cea4feca97175ce7fe8e01cef19ba73b69c476.tar.gz ports-42cea4feca97175ce7fe8e01cef19ba73b69c476.zip |
Notes
Diffstat (limited to 'editors/mlview')
-rw-r--r-- | editors/mlview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile index c65851638d22..2436b36ecded 100644 --- a/editors/mlview/Makefile +++ b/editors/mlview/Makefile @@ -13,10 +13,10 @@ COMMENT= A tree oriented XML editor for Gnome USE_BZIP2= yes USE_AUTOTOOLS= autoconf libtool -USES= pathfix gmake pkgconfig +USES= pathfix gmake iconv pkgconfig USE_GNOME= eel2 gnomeprefix gtksourceview libgnomeui USE_LDCONFIG= yes -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib `pkg-config --libs gnome-vfs-2.0 libgnomeui-2.0`" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib `pkg-config --libs gnome-vfs-2.0 libgnomeui-2.0` ${ICONV_LIB}" CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags gnome-vfs-2.0 libgnomeui-2.0` GCONF_SCHEMAS= mlview.schemas |