diff options
Diffstat (limited to 'www/kazehakase/Makefile')
-rw-r--r-- | www/kazehakase/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index 5f3daf98a749..3935408baa8e 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -8,7 +8,7 @@ PORTNAME= kazehakase PORTVERSION= 0.5.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ${PORTNAME}/30219 @@ -21,7 +21,7 @@ LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls USE_GNOME= gnomehack intlhack gnomeprefix gtk20 USE_GMAKE= yes USE_GETTEXT= yes -USE_GECKO= firefox mozilla seamonkey xulrunner +USE_GECKO= seamonkey USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gecko_engine=${GECKO} @@ -37,7 +37,6 @@ RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv .endif .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" .if defined(WITH_WEBKIT) LIB_DEPENDS+= webkit-1.0.1:${PORTSDIR}/www/webkit-gtk2 |