diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-11-19 21:51:19 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-11-19 21:51:19 +0000 |
commit | b83fb9810558554b851ab5349303841b8e2ab931 (patch) | |
tree | bf6c5668314836e8958c0e6287c70b2ebd6e603a /www/kompozer/Makefile | |
parent | a66397002834e85b8450aa10d98c77cd7cc66372 (diff) | |
download | ports-b83fb9810558554b851ab5349303841b8e2ab931.tar.gz ports-b83fb9810558554b851ab5349303841b8e2ab931.zip |
Notes
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 d356e0f13757..56311018052f 100644 --- a/www/kompozer/Makefile +++ b/www/kompozer/Makefile @@ -7,7 +7,7 @@ PORTNAME= nvu DISTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://cvs.nvu.com/download/ DISTNAME= ${PORTNAME}-${DISTVERSION}-sources @@ -21,6 +21,7 @@ USE_GMAKE= yes NVU= ${PORTNAME}-${DISTVERSION} MAKEFILE= client.mk ALL_TARGET= build_all +MOZ_EXTENSIONS= wallet,xml-rpc,xmlextras,pref,universalchardet,editor/cascades,spellcheck PORT_MOZCONFIG= ${WRKSRC}/composer/config/mozconfig.linux CFLAGS+= -I${X11BASE}/include |