diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-13 15:58:41 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-13 15:58:41 +0800 |
commit | e2afc3be2c8fe20aa471782187a1cbb4c15a0e48 (patch) | |
tree | e8fbeb30584a78757e9bb397f4575e60366907fc /graphics | |
parent | 5c0b451b04a9387536e000df8a06db6318a9e39a (diff) | |
download | marcuscom-ports-e2afc3be2c8fe20aa471782187a1cbb4c15a0e48.tar.gz 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')
-rw-r--r-- | graphics/evince/Makefile | 10 | ||||
-rw-r--r-- | graphics/evince3/Makefile | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index cc660868d..797386aaa 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.154 2011/08/24 10:37:55 kwm Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.155 2011/10/31 10:00:46 kwm Exp $ # PORTNAME= evince PORTVERSION= 2.32.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -32,8 +32,8 @@ USE_GMAKE= yes INSTALLS_OMF= yes USE_GNOME= gnomehack intlhack gnomeprefix desktopfileutils \ gnomedocutils ltasneededhack gconf2 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.Evince.gschema.xml GCONF_SCHEMAS= \ @@ -100,7 +100,7 @@ PLIST_SUB+= IMPRESS="@comment " .endif .if defined(WITH_DJVU) -LIB_DEPENDS+= djvulibre.24:${PORTSDIR}/graphics/djvulibre-nox11 +LIB_DEPENDS+= djvulibre:${PORTSDIR}/graphics/djvulibre CONFIGURE_ARGS+= --enable-djvu GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas PLIST_SUB+= DJVU="" 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 |