diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-17 00:47:01 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-17 00:47:01 +0800 |
commit | e8b6d2b4f176cc76a07b6b4dc58283ad25cb4bf7 (patch) | |
tree | c22dda19e998409a3bd62f7ac1252017d052f553 /graphics/evince | |
parent | 10e915b7dca095e03684f2049e53262cb59135b6 (diff) | |
download | marcuscom-ports-e8b6d2b4f176cc76a07b6b4dc58283ad25cb4bf7.tar marcuscom-ports-e8b6d2b4f176cc76a07b6b4dc58283ad25cb4bf7.tar.gz marcuscom-ports-e8b6d2b4f176cc76a07b6b4dc58283ad25cb4bf7.tar.bz2 marcuscom-ports-e8b6d2b4f176cc76a07b6b4dc58283ad25cb4bf7.tar.lz marcuscom-ports-e8b6d2b4f176cc76a07b6b4dc58283ad25cb4bf7.tar.xz marcuscom-ports-e8b6d2b4f176cc76a07b6b4dc58283ad25cb4bf7.tar.zst marcuscom-ports-e8b6d2b4f176cc76a07b6b4dc58283ad25cb4bf7.zip |
- Add support for comic books
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5958 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/evince')
-rw-r--r-- | graphics/evince/Makefile | 9 |
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' \ |