diff options
-rw-r--r-- | www/epiphany/Makefile | 4 | ||||
-rw-r--r-- | www/kazehakase/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 7e4229130..16237d8b2 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.175 2008/04/27 18:18:42 marcus Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.176 2008/04/27 19:23:50 marcus Exp $ # PORTNAME= epiphany @@ -60,7 +60,7 @@ EXTRA_LIBS+= `pkg-config --libs WebKitGtk` CONFLICTS= epiphany-[1-9]* PLIST_SUB+= GECKO="@comment " .else -USE_GECKO+= firefox firefox15<->firefox xulrunner +USE_GECKO+= firefox xulrunner CONFIGURE_ARGS+= --with-gecko=${GECKO} \ --with-engine=mozilla .include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index 9836a30f8..ab0f16750 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -3,7 +3,7 @@ # Whom: michael johnson <ahze@ahze.net> # # $FreeBSD: ports/www/kazehakase/Makefile,v 1.63 2008/03/30 03:49:18 ahze Exp $ -# $MCom: ports/www/kazehakase/Makefile,v 1.11 2008/04/01 20:00:26 ahze Exp $ +# $MCom: ports/www/kazehakase/Makefile,v 1.12 2008/04/21 00:10:59 marcus Exp $ # PORTNAME= kazehakase @@ -21,7 +21,7 @@ LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls USE_GNOME= gnomehack intlhack gnomeprefix gtk20 USE_GMAKE= yes USE_GETTEXT= yes -USE_GECKO= firefox mozilla seamonkey xulrunner firefox15<->seamonkey +USE_GECKO= firefox mozilla seamonkey xulrunner USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gecko_engine=${GECKO} |