summaryrefslogtreecommitdiffstats
path: root/graphics/evince
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-04-05 04:07:05 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-04-05 04:07:05 +0800
commit82ccb40a65cfe2df4825762d3a29226f4102c361 (patch)
tree3aa5f75d3b004189638b23b68a4ab7a6a9e96555 /graphics/evince
parentaeed4c6eb3a37a05010e3b78cf435e1bead43c6a (diff)
downloadmarcuscom-ports-82ccb40a65cfe2df4825762d3a29226f4102c361.tar
marcuscom-ports-82ccb40a65cfe2df4825762d3a29226f4102c361.tar.gz
marcuscom-ports-82ccb40a65cfe2df4825762d3a29226f4102c361.tar.bz2
marcuscom-ports-82ccb40a65cfe2df4825762d3a29226f4102c361.tar.lz
marcuscom-ports-82ccb40a65cfe2df4825762d3a29226f4102c361.tar.xz
marcuscom-ports-82ccb40a65cfe2df4825762d3a29226f4102c361.tar.zst
marcuscom-ports-82ccb40a65cfe2df4825762d3a29226f4102c361.zip
Always enable dbus
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10864 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/evince')
-rw-r--r--graphics/evince/Makefile16
1 files changed, 4 insertions, 12 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
index 0c8a0d901..a478e6ce1 100644
--- a/graphics/evince/Makefile
+++ b/graphics/evince/Makefile
@@ -3,12 +3,12 @@
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/evince/Makefile,v 1.97 2008/03/15 20:08:24 ahze Exp $
+# $MCom: ports/graphics/evince/Makefile,v 1.99 2008/03/24 14:24:58 ahze Exp $
#
PORTNAME= evince
PORTVERSION= 2.22.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics print gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -17,7 +17,8 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 2 multi-format document viewer
LIB_DEPENDS= poppler-glib.3:${PORTSDIR}/graphics/poppler-gtk \
- spectre.1:${PORTSDIR}/print/libspectre
+ spectre.1:${PORTSDIR}/print/libspectre \
+ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
USE_LDCONFIG= yes
USE_BZIP2= yes
@@ -41,17 +42,12 @@ MAN1= evince.1
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" on \
COMICS "Enable comic book archives support" on \
IMPRESS "Enable Impress presentations support" off \
DJVU "Enable DJVU support" off
.include <bsd.port.pre.mk>
-.if defined(PACKAGE_BUILDING) || exists(${LOCALBASE}/lib/libdbus-glib-1.so)
-WITH_DBUS= yes
-.endif
-
.if defined(WITH_DVI) || defined(WITH_T1LIB) || exists(${LOCALBASE}/lib/libkpathsea.a)
BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base
RUN_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base
@@ -99,10 +95,6 @@ CONFIGURE_ARGS+= --disable-djvu
PLIST_SUB+= DJVU="@comment "
.endif
-.if !defined(WITHOUT_DBUS)
-LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
-.endif
-
.if !defined(WITHOUT_COMICS)
RUN_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip
CONFIGURE_ARGS+= --enable-comics