summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/evince/Makefile10
-rw-r--r--graphics/evince3/Makefile10
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