diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-17 02:03:21 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-17 02:03:21 +0800 |
commit | b98bd170b2142513ec13a34ab39b67bc1e994365 (patch) | |
tree | 0a2953284544b2edaa2f97cd97be4e45a206b5f2 /graphics | |
parent | af71fd1a0e12ef8faaaae1e4663a7b80c237acc9 (diff) | |
download | marcuscom-ports-b98bd170b2142513ec13a34ab39b67bc1e994365.tar marcuscom-ports-b98bd170b2142513ec13a34ab39b67bc1e994365.tar.gz marcuscom-ports-b98bd170b2142513ec13a34ab39b67bc1e994365.tar.bz2 marcuscom-ports-b98bd170b2142513ec13a34ab39b67bc1e994365.tar.lz marcuscom-ports-b98bd170b2142513ec13a34ab39b67bc1e994365.tar.xz marcuscom-ports-b98bd170b2142513ec13a34ab39b67bc1e994365.tar.zst marcuscom-ports-b98bd170b2142513ec13a34ab39b67bc1e994365.zip |
- 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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evince/Makefile | 11 |
1 files 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 <adamw@FreeBSD.org> # # $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 <bsd.port.pre.mk> @@ -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: |