diff options
author | alane <alane@FreeBSD.org> | 2002-12-22 17:46:17 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-12-22 17:46:17 +0800 |
commit | c86ea7d3724a96d1cf46c260da07872223a90773 (patch) | |
tree | cdd5416b154882324ed5534eaa0421b6138a2140 /www/firefox36 | |
parent | 6f58aa495e644d20f0ea1be9cc86abcffaba7ec0 (diff) | |
download | freebsd-ports-gnome-c86ea7d3724a96d1cf46c260da07872223a90773.tar.gz freebsd-ports-gnome-c86ea7d3724a96d1cf46c260da07872223a90773.tar.zst freebsd-ports-gnome-c86ea7d3724a96d1cf46c260da07872223a90773.zip |
add missing dependency
Diffstat (limited to 'www/firefox36')
-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 61ed0cc12a1e..0ea3630c8bf4 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/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 |