diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-10-23 00:30:46 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-10-23 00:30:46 +0800 |
commit | a7827bf24ca0b186a7d7689790f57c087535dde7 (patch) | |
tree | 819d98d412ef0d08582e6b0041ac9655a8509253 /graphics/gd | |
parent | 6360205ab31fffe1696d2485912b7141ad061e06 (diff) | |
download | freebsd-ports-gnome-a7827bf24ca0b186a7d7689790f57c087535dde7.tar.gz freebsd-ports-gnome-a7827bf24ca0b186a7d7689790f57c087535dde7.tar.zst freebsd-ports-gnome-a7827bf24ca0b186a7d7689790f57c087535dde7.zip |
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 |