diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-14 11:59:09 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-14 11:59:09 +0800 |
commit | 7b6c89462b41cd495932542ad80cf77151a0d241 (patch) | |
tree | fdaaf6717abf0b7671344fdfbb7b95df5bcc1f2e /www/epiphany | |
parent | 700106109c8fad5e3ee2b652f53827c7b24aad28 (diff) | |
download | marcuscom-ports-7b6c89462b41cd495932542ad80cf77151a0d241.tar marcuscom-ports-7b6c89462b41cd495932542ad80cf77151a0d241.tar.gz marcuscom-ports-7b6c89462b41cd495932542ad80cf77151a0d241.tar.bz2 marcuscom-ports-7b6c89462b41cd495932542ad80cf77151a0d241.tar.lz marcuscom-ports-7b6c89462b41cd495932542ad80cf77151a0d241.tar.xz marcuscom-ports-7b6c89462b41cd495932542ad80cf77151a0d241.tar.zst marcuscom-ports-7b6c89462b41cd495932542ad80cf77151a0d241.zip |
No longer depend on libgnomeprintui. Printing support is now handled
through gtk+.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7048 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 83e98bf54..51046e904 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.120 2006/08/08 00:35:14 ahze Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.121 2006/08/11 15:50:43 marcus Exp $ # PORTNAME= epiphany PORTVERSION= 2.15.91 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -29,8 +29,7 @@ USE_XLIB= yes USE_PYTHON= yes GNOME_DESKTOP_VERSION=2 USE_GECKO= firefox mozilla seamonkey firefox-devel<->firefox -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop desktopfileutils \ - libgnomeprintui +USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop desktopfileutils WANT_GNOME= yes GNU_CONFIGURE= yes USE_GMAKE= yes |