diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-07-25 09:25:03 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-07-25 09:25:03 +0000 |
commit | d3b9a99c526507ffdb33e7954bd66fc6ebb23486 (patch) | |
tree | 1ad708e6080f571bc45cff892dcc0cecc555ac9f /editors/mlview | |
parent | Add laspack 1.12.2, (diff) |
Add dependency for gtksourceview (added to USE_GNOME).
Pointed out by: kris via pointyhat
Diffstat (limited to 'editors/mlview')
-rw-r--r-- | editors/mlview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile index a9a4ad046ea7..40c9a35b2bea 100644 --- a/editors/mlview/Makefile +++ b/editors/mlview/Makefile @@ -18,7 +18,7 @@ COMMENT= A tree oriented XML editor for Gnome USE_BZIP2= yes USE_X_PREFIX= yes USE_AUTOCONF_VER= 259 -USE_GNOME= gnomeprefix gnomehack eel2 +USE_GNOME= eel2 gnomehack gnomeprefix gtksourceview USE_GMAKE= yes USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes |