diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-05-01 00:44:19 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-05-01 00:44:19 +0800 |
commit | 6d7235475c7d72e3d9b053b38fff4ec487e8f584 (patch) | |
tree | 19922207a73b5d29fb137088eda0d6dbd941b0df | |
parent | e86db03e51a350ee5be251b9e71cd57374131f88 (diff) | |
download | marcuscom-ports-6d7235475c7d72e3d9b053b38fff4ec487e8f584.tar marcuscom-ports-6d7235475c7d72e3d9b053b38fff4ec487e8f584.tar.gz marcuscom-ports-6d7235475c7d72e3d9b053b38fff4ec487e8f584.tar.bz2 marcuscom-ports-6d7235475c7d72e3d9b053b38fff4ec487e8f584.tar.lz marcuscom-ports-6d7235475c7d72e3d9b053b38fff4ec487e8f584.tar.xz marcuscom-ports-6d7235475c7d72e3d9b053b38fff4ec487e8f584.tar.zst marcuscom-ports-6d7235475c7d72e3d9b053b38fff4ec487e8f584.zip |
Sync w/ miwi's patch (should be commit soon) for remove firefox15.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10932 df743ca5-7f9a-e211-a948-0013205c9059
-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} |