diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-22 16:30:46 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-22 16:30:46 +0000 |
commit | c1aa304ed54e35b9e7df59f7862d1f5b2495a13d (patch) | |
tree | 753b9a1e787f45c1aa7cd4dcc110d3cca3d3489f /graphics/gd | |
parent | Change MAINTAINER to ports@FreeBSD.org because I'm often too busy and (diff) |
back out last commit, let others decide what to do
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 c965cd734eae..3a67bd9a3207 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 \ - freetype.7:${PORTSDIR}/print/freetype2 + freetype:${PORTSDIR}/print/freetype2 USE_FREETYPE2= yes |