diff options
author | alane <alane@FreeBSD.org> | 2002-11-08 18:24:51 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-11-08 18:24:51 +0000 |
commit | 37a797b0222361ed41e5ef62c394e45192748b30 (patch) | |
tree | f2fa1674cafce004b0e07cd5ef34c2e177c3ac27 /www/firefox15 | |
parent | 226f69edc7cfe2c987b9be2a1fee0234f72791b4 (diff) | |
download | FreeBSD-ports-37a797b0222361ed41e5ef62c394e45192748b30.zip FreeBSD-ports-37a797b0222361ed41e5ef62c394e45192748b30.tar.gz |
Accidentally forgot a dependency on libiconv.
Diffstat (limited to 'www/firefox15')
-rw-r--r-- | www/firefox15/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile index f0c3861..e1f36bd 100644 --- a/www/firefox15/Makefile +++ b/www/firefox15/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 |