aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-03-13 03:02:18 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-03-13 03:02:18 +0000
commit49a945d4e968fc2dcd557558e128f59b96fdbe84 (patch)
tree6afa3c469a75acfd09ddfe16722a23a692ca7775
parent87bcc4026b0617eee68592fa612be97a53821119 (diff)
downloadports-49a945d4e968fc2dcd557558e128f59b96fdbe84.tar.gz
ports-49a945d4e968fc2dcd557558e128f59b96fdbe84.zip
Fix typo in message.
Submitted by: Will Andrews <andrews@technologist.com>
Notes
Notes: svn path=/head/; revision=26788
-rw-r--r--devel/kdevelop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile
index 0eb60672ee52..61b4e2959c16 100644
--- a/devel/kdevelop/Makefile
+++ b/devel/kdevelop/Makefile
@@ -53,9 +53,9 @@ LIBVER="${SOMAJOR}"
PLIST_SUB+= LIBVER="${LIBVER}"
pre-patch:
-.if !defined(USE_OPTIONAL_RUNDEPENDS)
+.if !defined(USE_OPTIONAL_DEPENDS)
@${ECHO}
- @${ECHO} "You may define USE_OPTIONAL_RUNDEPENDS (make USE_OPTIONAL_RUNDEPENDS=YES)"
+ @${ECHO} "You may define USE_OPTIONAL_DEPENDS (make USE_OPTIONAL_DEPENDS=YES)"
@${ECHO} "to automatically build the suggested programs to compliment kdevelop."
@${ECHO}
@sleep 1