summaryrefslogtreecommitdiffstats
path: root/graphics/evince3
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-06-13 15:58:41 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-06-13 15:58:41 +0800
commite2afc3be2c8fe20aa471782187a1cbb4c15a0e48 (patch)
treee8fbeb30584a78757e9bb397f4575e60366907fc /graphics/evince3
parent5c0b451b04a9387536e000df8a06db6318a9e39a (diff)
downloadmarcuscom-ports-e2afc3be2c8fe20aa471782187a1cbb4c15a0e48.tar
marcuscom-ports-e2afc3be2c8fe20aa471782187a1cbb4c15a0e48.tar.gz
marcuscom-ports-e2afc3be2c8fe20aa471782187a1cbb4c15a0e48.tar.bz2
marcuscom-ports-e2afc3be2c8fe20aa471782187a1cbb4c15a0e48.tar.lz
marcuscom-ports-e2afc3be2c8fe20aa471782187a1cbb4c15a0e48.tar.xz
marcuscom-ports-e2afc3be2c8fe20aa471782187a1cbb4c15a0e48.tar.zst
marcuscom-ports-e2afc3be2c8fe20aa471782187a1cbb4c15a0e48.zip
Chase djvulibre update.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16900 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/evince3')
-rw-r--r--graphics/evince3/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/evince3/Makefile b/graphics/evince3/Makefile
index 7a276e371..fca133f11 100644
--- a/graphics/evince3/Makefile
+++ b/graphics/evince3/Makefile
@@ -3,12 +3,12 @@
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/evince3/Makefile,v 1.15 2011/10/18 21:29:32 kwm Exp $
+# $MCom: ports/graphics/evince3/Makefile,v 1.16 2011/10/31 10:00:46 kwm Exp $
#
PORTNAME= evince
PORTVERSION= 3.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics print gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -37,8 +37,8 @@ USE_GMAKE= yes
INSTALLS_OMF= yes
USE_GNOME= gnomehack intlhack gnomeprefix desktopfileutils \
gnomedocutils ltasneededhack
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
GLIB_SCHEMAS= org.gnome.Evince.gschema.xml
@@ -97,7 +97,7 @@ CONFIGURE_ARGS+= --disable-xps
#.endif
.if defined(WITH_DJVU)
-LIB_DEPENDS+= djvulibre.24:${PORTSDIR}/graphics/djvulibre-nox11
+LIB_DEPENDS+= djvulibre:${PORTSDIR}/graphics/djvulibre
CONFIGURE_ARGS+= --enable-djvu
PLIST_SUB+= DJVU=""
.else