diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-31 05:05:52 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-31 05:05:52 +0800 |
commit | 91009c739eb2e3dce76fa0513a421703351b280c (patch) | |
tree | 89bf14b8cb7f37c31b74d5216a413f5eac2ed384 | |
parent | bcaf79687dcca720c2eb26465d2df521ffa93136 (diff) | |
download | marcuscom-ports-91009c739eb2e3dce76fa0513a421703351b280c.tar marcuscom-ports-91009c739eb2e3dce76fa0513a421703351b280c.tar.gz marcuscom-ports-91009c739eb2e3dce76fa0513a421703351b280c.tar.bz2 marcuscom-ports-91009c739eb2e3dce76fa0513a421703351b280c.tar.lz marcuscom-ports-91009c739eb2e3dce76fa0513a421703351b280c.tar.xz marcuscom-ports-91009c739eb2e3dce76fa0513a421703351b280c.tar.zst marcuscom-ports-91009c739eb2e3dce76fa0513a421703351b280c.zip |
Add support for libxul.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12198 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/epiphany-extensions/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index 5c24a5ec4..8841f5f90 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany-extensions/Makefile,v 1.112 2009/02/22 08:12:25 kwm Exp $ +# $MCom: ports/www/epiphany-extensions/Makefile,v 1.113 2009/03/16 07:34:35 kwm Exp $ # PORTNAME= epiphany-extensions @@ -21,7 +21,7 @@ RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany USE_GETTEXT= yes USE_BZIP2= yes -USE_GECKO= firefox xulrunner +USE_GECKO= firefox libxul USE_GNOME= gnomeprefix gnomehack intlhack INSTALLS_OMF= yes GNU_CONFIGURE= yes |