diff options
author | mezz <mezz@FreeBSD.org> | 2004-05-10 15:02:02 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-05-10 15:02:02 +0800 |
commit | 5e41cca343055659bac2d588d67a22fe37a454c1 (patch) | |
tree | c8f8b14e2ed3989c12462b5eb6aed8bf03559689 /editors | |
parent | ee02e4e99657fffd72ea3cd127b25ff5ddd15847 (diff) | |
download | freebsd-ports-gnome-5e41cca343055659bac2d588d67a22fe37a454c1.tar.gz freebsd-ports-gnome-5e41cca343055659bac2d588d67a22fe37a454c1.tar.zst freebsd-ports-gnome-5e41cca343055659bac2d588d67a22fe37a454c1.zip |
Add a missing dependency, eel2.
PR: ports/66413
Submitted by: Simon Barner <barner@in.tum.de> (maintainer)
Approved by: marcus (backup mentor)
Diffstat (limited to 'editors')
-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 |