diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-11-27 09:11:32 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-11-27 09:11:32 +0000 |
commit | ab9d3a7b76d329c3349642bb66ffe85e753b47fc (patch) | |
tree | 1a9bb1913e9d1f9df1c73a5341da371a8293ef67 /www/epiphany-extensions | |
parent | 47a44eda6b6734aff454cd3058122c0ca3a9bfd9 (diff) |
Notes
Diffstat (limited to 'www/epiphany-extensions')
-rw-r--r-- | www/epiphany-extensions/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index 4aae5f767e25..e1317f0d785d 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany USE_GETTEXT= yes USE_BZIP2= yes -USE_GECKO= libxul firefox +USE_GECKO= libxul USE_GNOME= gnomeprefix gnomehack intlhack INSTALLS_OMF= yes GNU_CONFIGURE= yes @@ -42,7 +42,6 @@ PLIST_SUB= VERSION=2.26 EPHY_VERSION=2.26 OPTIONS= OPENSP "Enable OpenSP SGML support" off .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" .if defined(WITH_OPENSP) CONFIGURE_ARGS+= --enable-opensp=yes |