summaryrefslogtreecommitdiffstats
path: root/graphics/eog/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-04 14:18:16 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-04 14:18:16 +0800
commit596112212a8027405782b67972e427a3eded6b4f (patch)
treef73d5954db99f375bd71ba170bf020b93b255b1f /graphics/eog/Makefile
parent457c905465103bf3e580f626b8e1ebffcab09f88 (diff)
downloadmarcuscom-ports-596112212a8027405782b67972e427a3eded6b4f.tar
marcuscom-ports-596112212a8027405782b67972e427a3eded6b4f.tar.gz
marcuscom-ports-596112212a8027405782b67972e427a3eded6b4f.tar.bz2
marcuscom-ports-596112212a8027405782b67972e427a3eded6b4f.tar.lz
marcuscom-ports-596112212a8027405782b67972e427a3eded6b4f.tar.xz
marcuscom-ports-596112212a8027405782b67972e427a3eded6b4f.tar.zst
marcuscom-ports-596112212a8027405782b67972e427a3eded6b4f.zip
Update to 2.19.92.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9523 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/eog/Makefile')
-rw-r--r--graphics/eog/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile
index 1667ea5d9..1de812b75 100644
--- a/graphics/eog/Makefile
+++ b/graphics/eog/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/eog/Makefile,v 1.62 2007/08/14 22:16:42 mezz Exp $
+# $MCom: ports/graphics/eog/Makefile,v 1.63 2007/08/28 00:42:27 marcus Exp $
#
PORTNAME= eog
-PORTVERSION= 2.19.91
+PORTVERSION= 2.19.92
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -38,6 +38,13 @@ GCONF_SCHEMAS= eog.schemas
LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif
.endif
+.if ${HAVE_GNOME:Mpygnome2}!=""
+USE_GNOME+= pygnome2
+CONFIGURE_ARGS+=--enable-python
+.else
+CONFIGURE_ARGS+=--disable-python
+.endif
+
post-install:
@-update-desktop-database > /dev/null