From e8b6d2b4f176cc76a07b6b4dc58283ad25cb4bf7 Mon Sep 17 00:00:00 2001 From: ahze Date: Thu, 16 Mar 2006 16:47:01 +0000 Subject: - Add support for comic books git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5958 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/evince/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 143bb1e3a..966ff7978 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.45 2006/03/09 01:50:18 marcus Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.46 2006/03/13 23:55:12 mezz Exp $ # PORTNAME= evince @@ -35,7 +35,8 @@ 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 \ - DJVU "Enable DJVU support" off + DJVU "Enable DJVU support" off \ + COMICS "Enable comic book archives support" on .include @@ -84,6 +85,10 @@ CONFIGURE_ARGS+= --disable-djvu LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus .endif +.if !defined(WITHOUT_COMICS) +CONFIGURE_ARGS+= --enable-comics +.endif + post-patch: @${REINPLACE_CMD} -e 's|-lt1lib|-lt1 -lm| ; \ s|execinfo.h|#|g' \ -- cgit v1.2.3