diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-03 07:45:10 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-03 07:45:10 +0800 |
commit | f1632e2b0495a6912cc5090b6205ab6371317882 (patch) | |
tree | 669210785f8fb046321152fc0cdc0aafb8978b8d /graphics | |
parent | 864c03d3a56dad55e8f1dabcba09cc1c4abb4bea (diff) | |
download | marcuscom-ports-f1632e2b0495a6912cc5090b6205ab6371317882.tar marcuscom-ports-f1632e2b0495a6912cc5090b6205ab6371317882.tar.gz marcuscom-ports-f1632e2b0495a6912cc5090b6205ab6371317882.tar.bz2 marcuscom-ports-f1632e2b0495a6912cc5090b6205ab6371317882.tar.lz marcuscom-ports-f1632e2b0495a6912cc5090b6205ab6371317882.tar.xz marcuscom-ports-f1632e2b0495a6912cc5090b6205ab6371317882.tar.zst marcuscom-ports-f1632e2b0495a6912cc5090b6205ab6371317882.zip |
- Turn dbus on by default since other since it is enabled by default and
many gnome modules have to have dbus now.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5608 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evince/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index b87a67fd8..f0091eb2e 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,11 +3,12 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.38 2006/01/20 00:15:29 ahze Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.39 2006/01/31 20:36:49 marcus Exp $ # PORTNAME= evince PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= graphics print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.5 @@ -33,7 +34,7 @@ GCONF_SCHEMAS= evince.schemas evince-thumbnailer.schemas OPTIONS= DVI "Enable DVI viewer support" off \ T1LIB "Enable T1LIB for TYPE1 fonts to DVI (Enables DVI)" off \ NAUTILUS "Enable Nautilus plugin" on \ - DBUS "Enable D-BUS support" off \ + DBUS "Enable D-BUS support" on \ DJVU "Enable DJVU support" off .include <bsd.port.pre.mk> @@ -79,7 +80,7 @@ GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas CONFIGURE_ARGS+= --disable-djvu .endif -.if defined(WITH_DBUS) +.if defined(WITH_DBUS) || !defined(WITHOUT_DBUS) LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus .endif |