From b98bd170b2142513ec13a34ab39b67bc1e994365 Mon Sep 17 00:00:00 2001 From: ahze Date: Thu, 16 Mar 2006 18:03:21 +0000 Subject: - Add depends on unrar and unzip for comic support and turn comic support off by default since we depend on new stuff.. Spotted by: mezz git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5961 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/evince/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 576de5ebc..f350cba57 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,12 +3,12 @@ # Whom: Adam Weinberger # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.47 2006/03/16 16:47:01 ahze Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.48 2006/03/16 17:11:00 ahze Exp $ # PORTNAME= evince PORTVERSION= 0.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.5 @@ -37,7 +37,7 @@ OPTIONS= DVI "Enable DVI viewer support" off \ NAUTILUS "Enable Nautilus plugin" on \ DBUS "Enable D-BUS support" on \ DJVU "Enable DJVU support" off \ - COMICS "Enable comic book archives support" on + COMICS "Enable comic book archives support" off .include @@ -86,9 +86,12 @@ CONFIGURE_ARGS+= --disable-djvu LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus .endif -.if !defined(WITHOUT_COMICS) +.if defined(WITH_COMICS) CONFIGURE_ARGS+= --enable-comics GCONF_SCHEMAS+= evince-thumbnailer-comics.schemas + +RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar \ + unzip:${PORTSDIR}/archivers/unzip .endif post-patch: -- cgit v1.2.3