summaryrefslogtreecommitdiff
path: root/science/gchemutils
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2012-09-10 19:19:32 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2012-09-10 19:19:32 +0000
commit734349b51e45b3b7ca3962ef3081939860edc649 (patch)
treeee00a96c55d6989c6d1c276075efa6edf489ad90 /science/gchemutils
parent- Add perl as a build dependency. (diff)
- Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7 - Update all dependent ports to use www/libxul19 (no functional changes) - Bump PORTREVISION on ports where libxul is a run dependency as the resulting package will change. Submitted by: Jan Beich <jbeich@tormail.org> With hat: gecko
Notes
Notes: svn path=/head/; revision=304053
Diffstat (limited to 'science/gchemutils')
-rw-r--r--science/gchemutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile
index 28dc9abc4c1c..387a86ee703c 100644
--- a/science/gchemutils/Makefile
+++ b/science/gchemutils/Makefile
@@ -55,7 +55,7 @@ XUL_DESC= Build browser plugin (requires Xulrunner)
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MXUL}
-USE_GECKO= libxul
+USE_GECKO= libxul19
CONFIGURE_ARGS+=--enable-mozilla-plugin
PLIST_SUB+= XUL=""
.else