diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-11-08 18:24:51 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-11-08 18:24:51 +0000 |
commit | 0c860fb85c3e6a981a77a4e8bdead2fd9ed9668b (patch) | |
tree | 68ceef1b2088247951241fff8464b1ab0e12f4ad /www/firefox36 | |
parent | Update to 0.10.3. (diff) |
Accidentally forgot a dependency on libiconv.
Notes
Notes:
svn path=/head/; revision=69736
Diffstat (limited to '')
-rw-r--r-- | www/firefox36/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index f0c38616cc20..e1f36bdd8f87 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/Makefile @@ -22,7 +22,8 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ mng.1:${PORTSDIR}/graphics/libmng \ freetype.9:${PORTSDIR}/print/freetype2 \ IDL.2:${PORTSDIR}/devel/ORBit \ - Xft2.2:${PORTSDIR}/x11-fonts/Xft + Xft2.2:${PORTSDIR}/x11-fonts/Xft \ + iconv.3:${PORTSDIR}/converters/libiconv BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 |