diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-13 05:49:14 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-13 05:49:14 +0800 |
commit | e8ed1dbf7e47fb18883203e168a62a3f42b347ce (patch) | |
tree | ca70440b0b000136ce3f26ba6e743428a5c2d2a9 /www/epiphany | |
parent | 5a8d2c4d857543bb068ac04d69b2662fc7d06aa3 (diff) | |
download | marcuscom-ports-e8ed1dbf7e47fb18883203e168a62a3f42b347ce.tar.gz marcuscom-ports-e8ed1dbf7e47fb18883203e168a62a3f42b347ce.tar.zst marcuscom-ports-e8ed1dbf7e47fb18883203e168a62a3f42b347ce.zip |
Add a missing WANT_GNOME.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5876 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 5802c558d..8ce2adcac 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.104 2006/03/12 19:48:35 marcus Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.105 2006/03/12 21:21:17 marcus Exp $ # PORTNAME= epiphany @@ -29,6 +29,7 @@ GNOME_DESKTOP_VERSION=2 USE_GECKO= firefox mozilla seamonkey USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop desktopfileutils \ libgnomeprintui pygtk2 +WANT_GNOME= yes GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_OMF= yes |