diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-12-22 09:46:17 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-12-22 09:46:17 +0000 |
commit | 0e9c05b83de0618a9cfc0ca0c5417e8870a49be9 (patch) | |
tree | 03e3da6826a0fbfd6b535bedd72e6216696e9c8b /www/firefox10 | |
parent | 01ddd1f7d2368e55563867c84bd719f577f876c3 (diff) | |
download | ports-0e9c05b83de0618a9cfc0ca0c5417e8870a49be9.tar.gz ports-0e9c05b83de0618a9cfc0ca0c5417e8870a49be9.zip |
Notes
Diffstat (limited to 'www/firefox10')
-rw-r--r-- | www/firefox10/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index 61ed0cc12a1e..0ea3630c8bf4 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -21,7 +21,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ mng.1:${PORTSDIR}/graphics/libmng \ freetype.9:${PORTSDIR}/print/freetype2 \ IDL.2:${PORTSDIR}/devel/ORBit \ - iconv.3:${PORTSDIR}/converters/libiconv + iconv.3:${PORTSDIR}/converters/libiconv \ + nspr4.1:${PORTSDIR}/devel/nspr BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 |