diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-03-13 03:02:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-03-13 03:02:18 +0000 |
commit | 49a945d4e968fc2dcd557558e128f59b96fdbe84 (patch) | |
tree | 6afa3c469a75acfd09ddfe16722a23a692ca7775 /devel/kdevelop | |
parent | Mark this port forbidden, it has a security hole. (diff) |
Fix typo in message.
Submitted by: Will Andrews <andrews@technologist.com>
Notes
Notes:
svn path=/head/; revision=26788
Diffstat (limited to 'devel/kdevelop')
-rw-r--r-- | devel/kdevelop/Makefile | 4 |
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 |