diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2012-09-10 19:19:32 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2012-09-10 19:19:32 +0000 |
commit | 734349b51e45b3b7ca3962ef3081939860edc649 (patch) | |
tree | ee00a96c55d6989c6d1c276075efa6edf489ad90 /editors/morla | |
parent | e6d638b4ac3b463304cc25a4335ed6b5ad5d57e6 (diff) | |
download | ports-734349b51e45b3b7ca3962ef3081939860edc649.tar.gz ports-734349b51e45b3b7ca3962ef3081939860edc649.zip |
Notes
Diffstat (limited to 'editors/morla')
-rw-r--r-- | editors/morla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/morla/Makefile b/editors/morla/Makefile index 6b5954d8ce1e..732e46734f90 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -48,7 +48,7 @@ post-patch: .include <bsd.port.pre.mk> .if defined(WITH_XULRUNNER) -USE_GECKO= libxul +USE_GECKO= libxul19 CONFIGURE_ARGS+= --with-javascript=xulrunner .else CONFIGURE_ARGS+= --with-javascript=none |