summaryrefslogtreecommitdiffstats
path: root/editors/emacs/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs/DEPENDS')
-rwxr-xr-xeditors/emacs/DEPENDS6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/emacs/DEPENDS b/editors/emacs/DEPENDS
index 47344caad2..d413125822 100755
--- a/editors/emacs/DEPENDS
+++ b/editors/emacs/DEPENDS
@@ -13,7 +13,7 @@ optional_depends "libpng" \
"--without-png" \
"for PNG format support" &&
-optional_depends "jpeg" \
+optional_depends "JPEG" \
"--with-jpeg" \
"--without-jpeg" \
"for JPEG format support" &&
@@ -38,6 +38,6 @@ optional_depends "gtk+2" \
"" \
"for GTK+2 look" &&
-if [ "$CVS" == "y" ]; then
-depends CVS
+if [ "$VCS" == "y" ]; then
+ depends bzr
fi