diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
commit | 1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /editors/mlview | |
parent | d65af50a70ba6e7ae6c00df5e9c8a4007c79a964 (diff) |
Notes
Diffstat (limited to 'editors/mlview')
-rw-r--r-- | editors/mlview/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile index 387d8163e962..c65851638d22 100644 --- a/editors/mlview/Makefile +++ b/editors/mlview/Makefile @@ -13,9 +13,8 @@ COMMENT= A tree oriented XML editor for Gnome USE_BZIP2= yes USE_AUTOTOOLS= autoconf libtool -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= eel2 gnomeprefix gtksourceview libgnomeui -USE_GMAKE= yes USE_LDCONFIG= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib `pkg-config --libs gnome-vfs-2.0 libgnomeui-2.0`" CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags gnome-vfs-2.0 libgnomeui-2.0` |