diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-21 07:09:39 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-21 07:09:39 +0000 |
commit | 79948b5210fd3f0053d3cd96377830559920036a (patch) | |
tree | c35c0df6356cd8657622f3bf2225bb97230d0db0 /graphics/gd | |
parent | remove unnecessary "\" (diff) |
typo
Notes
Notes:
svn path=/head/; revision=49020
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 674023da7fb1..c965cd734eae 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 .endif LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - freetype7:${PORTSDIR}/print/freetype2 + freetype.7:${PORTSDIR}/print/freetype2 USE_FREETYPE2= yes |