diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-11-27 09:10:47 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-11-27 09:10:47 +0000 |
commit | 47a44eda6b6734aff454cd3058122c0ca3a9bfd9 (patch) | |
tree | b1b36c53390247ebee103f6ee1cab1382f5e562a /science | |
parent | 9d9f767485fb07b2383fc0d6f086a08bf26309d1 (diff) | |
download | ports-47a44eda6b6734aff454cd3058122c0ca3a9bfd9.tar.gz ports-47a44eda6b6734aff454cd3058122c0ca3a9bfd9.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/gchemutils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index d6fc6249ee80..26bd7114b922 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -44,8 +44,7 @@ OPTIONS= XUL "Build browser plugin (requires Xulrunner)" off .include <bsd.port.pre.mk> .if defined(WITH_XUL) -USE_GECKO= xulrunner -.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" +USE_GECKO= libxul CONFIGURE_ARGS+=--enable-mozilla-plugin PLIST_SUB+= XUL="" .else |