diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-05-10 07:02:02 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-05-10 07:02:02 +0000 |
commit | e820a13b0ebf67163d243afb6000cff36eb165e3 (patch) | |
tree | e6936a5eafb94134fdd071682dc01744575f19f4 /editors/mlview/Makefile | |
parent | 904cf211e3f00308d400e5ea853e4c28302731d9 (diff) | |
download | ports-e820a13b0ebf67163d243afb6000cff36eb165e3.tar.gz ports-e820a13b0ebf67163d243afb6000cff36eb165e3.zip |
Add a missing dependency, eel2.
PR: ports/66413
Submitted by: Simon Barner <barner@in.tum.de> (maintainer)
Approved by: marcus (backup mentor)
Notes
Notes:
svn path=/head/; revision=108806
Diffstat (limited to 'editors/mlview/Makefile')
-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 3a4c2f176fb0..23ce593c947e 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= 253 -USE_GNOME= gnomeprefix gnomehack libgnomeui +USE_GNOME= gnomeprefix gnomehack eel2 USE_GMAKE= yes USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes |