diff options
author | mezz <mezz@FreeBSD.org> | 2004-05-10 07:02:02 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-05-10 07:02:02 +0000 |
commit | 5e41cca343055659bac2d588d67a22fe37a454c1 (patch) | |
tree | c8f8b14e2ed3989c12462b5eb6aed8bf03559689 /editors/mlview/Makefile | |
parent | ee02e4e99657fffd72ea3cd127b25ff5ddd15847 (diff) | |
download | FreeBSD-ports-5e41cca343055659bac2d588d67a22fe37a454c1.zip FreeBSD-ports-5e41cca343055659bac2d588d67a22fe37a454c1.tar.gz |
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/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 3a4c2f1..23ce593 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 |