diff options
-rw-r--r-- | graphics/gd/Makefile | 2 | ||||
-rw-r--r-- | graphics/gd1/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile index 674023da7fb1..c965cd734eae 100644 --- a/graphics/gd1/Makefile +++ b/graphics/gd1/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 |