summaryrefslogtreecommitdiffstats
path: root/www/epiphany/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-14 21:32:40 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-14 21:32:40 +0800
commit9907fee91631bb917f7b54342c30c207b1f39ca7 (patch)
tree4d16141855da779010d7bdaf57058fde7513da60 /www/epiphany/Makefile
parenta0ca8e307153985b5af812f28f883aea12bebf2a (diff)
downloadmarcuscom-ports-9907fee91631bb917f7b54342c30c207b1f39ca7.tar
marcuscom-ports-9907fee91631bb917f7b54342c30c207b1f39ca7.tar.gz
marcuscom-ports-9907fee91631bb917f7b54342c30c207b1f39ca7.tar.bz2
marcuscom-ports-9907fee91631bb917f7b54342c30c207b1f39ca7.tar.lz
marcuscom-ports-9907fee91631bb917f7b54342c30c207b1f39ca7.tar.xz
marcuscom-ports-9907fee91631bb917f7b54342c30c207b1f39ca7.tar.zst
marcuscom-ports-9907fee91631bb917f7b54342c30c207b1f39ca7.zip
Correct initial USE_GNOME, and add a missing dependency on pygnome2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5943 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany/Makefile')
-rw-r--r--www/epiphany/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index 6fecd936f..7b9a77612 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.107 2006/03/13 07:09:46 mezz Exp $
+# $MCom: ports/www/epiphany/Makefile,v 1.108 2006/03/13 19:31:45 mezz Exp $
#
PORTNAME= epiphany
PORTVERSION= 2.14.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}
@@ -28,7 +28,7 @@ USE_PYTHON= yes
GNOME_DESKTOP_VERSION=2
USE_GECKO= firefox mozilla seamonkey
USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop desktopfileutils \
- libgnomeprintui pygtk2
+ libgnomeprintui
WANT_GNOME= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -59,10 +59,10 @@ NO_WERROR= yes
CONFIGURE_ARGS+= --enable-compile-warnings=no
.endif
-.if ${HAVE_GNOME:Mpygtk2}!=""
+.if ${HAVE_GNOME:Mpygnome2}!=""
USE_PYTHON= yes
.include "${PORTSDIR}/Mk/bsd.python.mk"
-USE_GNOME+= pygtk2
+USE_GNOME+= pygnome2
CONFIGURE_ARGS+=--enable-python
PLIST_SUB+= PYTHON=""
.else