diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-06-28 15:26:49 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-06-28 15:26:49 +0000 |
commit | 90ab425e8852d286fbb9fddbf3c57a443d2e07ad (patch) | |
tree | ac109727890061032565193595949605fca3986e /devel/linux_kdump/Makefile | |
parent | - Fix problem with memCached incorrect. [2] (diff) |
Fix typo in COMMENT.
Feature safe: yes
Diffstat (limited to '')
-rw-r--r-- | devel/linux_kdump/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/linux_kdump/Makefile b/devel/linux_kdump/Makefile index 161fb22cd05b..35b8290f424d 100644 --- a/devel/linux_kdump/Makefile +++ b/devel/linux_kdump/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= marcel MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= Linux-compatability ktrace.out processor +COMMENT= Linux-compatibility ktrace.out processor BUILD_DEPENDS= ${LINUXBASE}/usr/bin/gcc:${PORTSDIR}/emulators/linux_base-gentoo-stage3 |