diff options
Diffstat (limited to 'www/kompozer/Makefile')
-rw-r--r-- | www/kompozer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/kompozer/Makefile b/www/kompozer/Makefile index 92f14d3..9a1cc02 100644 --- a/www/kompozer/Makefile +++ b/www/kompozer/Makefile @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= gecko@FreeBSD.org COMMENT= Complete Web Authoring Suite +BUILD_DEPENDS= nss>=3.13.6_1:${PORTSDIR}/security/nss + WANT_GNOME= yes WANT_PERL= yes USE_BZIP2= yes @@ -44,7 +46,6 @@ NOT_FOR_ARCHS_REASON_ia64= does not build OPTIONS_DEFINE:=${OPTIONS_DEFINE:NDBUS:NGIO:NLIBPROXY} OPTIONS_SINGLE:=${OPTIONS_SINGLE:NAUDIO:NTOOLKIT} -OPTIONS_MULTI_GNOME:=${OPTIONS_MULTI_GNOME:NGIO} .include <bsd.port.pre.mk> |