diff options
author | ahze <ahze@FreeBSD.org> | 2006-06-07 03:01:22 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-06-07 03:01:22 +0800 |
commit | 7cc3a3f3f022a225f77a92adc4e8b3a0934e867d (patch) | |
tree | 0807db2f5bac464e418fe4eec5f2673a42ad4cde /www | |
parent | 95b7eddc0388f3c910b79fceefa910e4b8226b9e (diff) | |
download | freebsd-ports-gnome-7cc3a3f3f022a225f77a92adc4e8b3a0934e867d.tar.gz freebsd-ports-gnome-7cc3a3f3f022a225f77a92adc4e8b3a0934e867d.tar.zst freebsd-ports-gnome-7cc3a3f3f022a225f77a92adc4e8b3a0934e867d.zip |
- Add firefox-devel support
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany-extensions/Makefile | 2 | ||||
-rw-r--r-- | www/epiphany/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index c1bd0f608160..be9f2e0cab97 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany USE_GETTEXT= yes USE_BZIP2= yes USE_X_PREFIX= yes -USE_GECKO= firefox mozilla seamonkey +USE_GECKO= firefox mozilla seamonkey firefox-devel<->firefox USE_GNOME= gnomeprefix gnomehack intlhack gnometarget INSTALLS_OMF= yes GNU_CONFIGURE= yes diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 31d808f11329..87ebef1bd2ee 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -25,7 +25,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_PYTHON= yes GNOME_DESKTOP_VERSION=2 -USE_GECKO= firefox mozilla seamonkey +USE_GECKO= firefox mozilla seamonkey firefox-devel<->firefox USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop desktopfileutils \ libgnomeprintui WANT_GNOME= yes |