summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/evince/Makefile9
1 files changed, 7 insertions, 2 deletions
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 <adamw@FreeBSD.org>
#
# $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 <bsd.port.pre.mk>
@@ -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' \