diff options
author | alane <alane@FreeBSD.org> | 2002-12-22 09:46:17 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-12-22 09:46:17 +0000 |
commit | c86ea7d3724a96d1cf46c260da07872223a90773 (patch) | |
tree | cdd5416b154882324ed5534eaa0421b6138a2140 /www/firefox15 | |
parent | 6f58aa495e644d20f0ea1be9cc86abcffaba7ec0 (diff) | |
download | FreeBSD-ports-c86ea7d3724a96d1cf46c260da07872223a90773.zip FreeBSD-ports-c86ea7d3724a96d1cf46c260da07872223a90773.tar.gz |
add missing dependency
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 61ed0cc..0ea3630 100644 --- a/www/firefox15/Makefile +++ b/www/firefox15/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 |