diff options
author | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-05-14 18:33:39 +0800 |
---|---|---|
committer | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-05-14 18:33:39 +0800 |
commit | c06a376ae01ac111029d189ce0fe86fc9f248746 (patch) | |
tree | a484609d6aa1beb44e007149269749b844676d2a | |
parent | 29e1a9fdedd7f27c0183bb617f8e59f0027fe179 (diff) | |
download | xorg-devel-ports-c06a376ae01ac111029d189ce0fe86fc9f248746.tar.gz xorg-devel-ports-c06a376ae01ac111029d189ce0fe86fc9f248746.tar.zst xorg-devel-ports-c06a376ae01ac111029d189ce0fe86fc9f248746.zip |
Merge 885
Fix typo in COMMENTS
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-7.7@886 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | x11-fonts/libXfont/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/libXfont/Makefile b/x11-fonts/libXfont/Makefile index f4f2b35..922cce5 100644 --- a/x11-fonts/libXfont/Makefile +++ b/x11-fonts/libXfont/Makefile @@ -7,7 +7,7 @@ PORTEPOCH= 1 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org -COMMENT= X font libary +COMMENT= X font library LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 |