aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox/Makefile
diff options
context:
space:
mode:
authoralane <alane@FreeBSD.org>2002-11-09 02:24:51 +0800
committeralane <alane@FreeBSD.org>2002-11-09 02:24:51 +0800
commit37a797b0222361ed41e5ef62c394e45192748b30 (patch)
treef2fa1674cafce004b0e07cd5ef34c2e177c3ac27 /www/firefox/Makefile
parent226f69edc7cfe2c987b9be2a1fee0234f72791b4 (diff)
downloadfreebsd-ports-gnome-37a797b0222361ed41e5ef62c394e45192748b30.tar.gz
freebsd-ports-gnome-37a797b0222361ed41e5ef62c394e45192748b30.tar.zst
freebsd-ports-gnome-37a797b0222361ed41e5ef62c394e45192748b30.zip
Accidentally forgot a dependency on libiconv.
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r--www/firefox/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index f0c38616cc20..e1f36bdd8f87 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/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