diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-11 02:02:57 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-11 02:02:57 +0000 |
commit | b60160c5d818aaaba173e766794936e4884ae4db (patch) | |
tree | b06bd0d5ae694b0f2c93a7970b191387c81a4d98 /graphics/gd2 | |
parent | 289e333b7955f3468446936bd87e3b24e9102d90 (diff) | |
download | ports-b60160c5d818aaaba173e766794936e4884ae4db.tar.gz ports-b60160c5d818aaaba173e766794936e4884ae4db.zip |
Notes
Diffstat (limited to 'graphics/gd2')
-rw-r--r-- | graphics/gd2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd2/Makefile b/graphics/gd2/Makefile index 321305c1c151..3a67bd9a3207 100644 --- a/graphics/gd2/Makefile +++ b/graphics/gd2/Makefile @@ -22,7 +22,7 @@ MAINTAINER?= ports@FreeBSD.org .if !exists(/usr/bin/bzip2) BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 .endif -LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ freetype:${PORTSDIR}/print/freetype2 |