diff options
author | beat <beat@FreeBSD.org> | 2009-11-27 17:09:52 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2009-11-27 17:09:52 +0800 |
commit | 1e10e6ed65d2af543b4cd4b5e6e0341ef4ef3898 (patch) | |
tree | 4a36e7c422e2fce0f1477e3b5f92bdb9736a7860 /editors | |
parent | 079f19ef610fbe6a47369227ffe40f2a119daab2 (diff) | |
download | freebsd-ports-gnome-1e10e6ed65d2af543b4cd4b5e6e0341ef4ef3898.tar.gz freebsd-ports-gnome-1e10e6ed65d2af543b4cd4b5e6e0341ef4ef3898.tar.zst freebsd-ports-gnome-1e10e6ed65d2af543b4cd4b5e6e0341ef4ef3898.zip |
- Remove obsolete gecko providers
- Bump PORTREVISION
Approved by: portmgr (miwi)
Exp-run by: miwi
Diffstat (limited to 'editors')
-rw-r--r-- | editors/morla/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/morla/Makefile b/editors/morla/Makefile index 4b01203f3fb2..8b4511f21b76 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -7,7 +7,7 @@ PORTNAME= morla PORTVERSION= 0.16 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors textproc MASTER_SITES= http://www.morlardf.net/src/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ @@ -46,7 +46,7 @@ post-patch: .include <bsd.port.pre.mk> .if defined(WITH_XULRUNNER) -USE_GECKO= xulrunner +USE_GECKO= libxul CONFIGURE_ARGS+= --with-javascript=xulrunner .else CONFIGURE_ARGS+= --with-javascript=none |