diff options
author | ahze <ahze@FreeBSD.org> | 2006-11-20 05:51:19 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-11-20 05:51:19 +0800 |
commit | a0d0021ea842c8e44638b90fc0077bbdb11c8809 (patch) | |
tree | 8b6cf9dc522ca4df8bfaf9b67ed14aeb51e1ac8a /www/kompozer | |
parent | 28f0b418f39de3e05e459d2e60cf055c7fdf8370 (diff) | |
download | freebsd-ports-gnome-a0d0021ea842c8e44638b90fc0077bbdb11c8809.tar.gz freebsd-ports-gnome-a0d0021ea842c8e44638b90fc0077bbdb11c8809.tar.zst freebsd-ports-gnome-a0d0021ea842c8e44638b90fc0077bbdb11c8809.zip |
- Build and install the css editor extension
PR: 103850
Submitted by: Christopher Sean Hilton
Reminded by: pav
Diffstat (limited to 'www/kompozer')
-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 |