diff options
author | bland <bland@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-07 22:03:30 +0800 |
---|---|---|
committer | bland <bland@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-07 22:03:30 +0800 |
commit | da091c44134ff47e1f3b8ce2a08aa3ee543845b5 (patch) | |
tree | 0ffa60e0fefb70685f7116bad5fc640d2781d143 /devel/mm-common | |
parent | b44304e989a316ea6cb20a184357d17da0d108bf (diff) | |
download | marcuscom-ports-da091c44134ff47e1f3b8ce2a08aa3ee543845b5.tar marcuscom-ports-da091c44134ff47e1f3b8ce2a08aa3ee543845b5.tar.gz marcuscom-ports-da091c44134ff47e1f3b8ce2a08aa3ee543845b5.tar.bz2 marcuscom-ports-da091c44134ff47e1f3b8ce2a08aa3ee543845b5.tar.lz marcuscom-ports-da091c44134ff47e1f3b8ce2a08aa3ee543845b5.tar.xz marcuscom-ports-da091c44134ff47e1f3b8ce2a08aa3ee543845b5.tar.zst marcuscom-ports-da091c44134ff47e1f3b8ce2a08aa3ee543845b5.zip |
Fix typo.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12802 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/mm-common')
-rw-r--r-- | devel/mm-common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/mm-common/Makefile b/devel/mm-common/Makefile index cdff49439..3a38fb51a 100644 --- a/devel/mm-common/Makefile +++ b/devel/mm-common/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast<kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/mm-common/Makefile,v 1.2 2009/08/28 16:58:12 kwm Exp $ +# $MCom: ports/devel/mm-common/Makefile,v 1.3 2009/09/03 08:46:17 kwm Exp $ # PORTNAME= mm-common @@ -12,7 +12,7 @@ CATEGORIES= devel gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org -COMMENT= Commen build infrastructure for the GNOME C++ binding libraries +COMMENT= Common build infrastructure for the GNOME C++ binding libraries LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl |