diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-10 07:47:26 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-10 07:47:26 +0800 |
commit | 2b170c5dec86ba57e1079cf707ea382619e5cf55 (patch) | |
tree | c5094d06eaada33d51e98a6f8078050f4c34df00 /graphics | |
parent | e28210e150b23296b1e459885bcf3175bd4bbb0d (diff) | |
download | marcuscom-ports-2b170c5dec86ba57e1079cf707ea382619e5cf55.tar marcuscom-ports-2b170c5dec86ba57e1079cf707ea382619e5cf55.tar.gz marcuscom-ports-2b170c5dec86ba57e1079cf707ea382619e5cf55.tar.bz2 marcuscom-ports-2b170c5dec86ba57e1079cf707ea382619e5cf55.tar.lz marcuscom-ports-2b170c5dec86ba57e1079cf707ea382619e5cf55.tar.xz marcuscom-ports-2b170c5dec86ba57e1079cf707ea382619e5cf55.tar.zst marcuscom-ports-2b170c5dec86ba57e1079cf707ea382619e5cf55.zip |
Remove libgnomeprintui dependency and uses GTK+'s print stuff. GNOME folks
are trying to get rid of libgnomeprint, so I am doing same thing. Bump the
PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10379 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evince/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 35dd3983d..b6071be67 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.88 2008/02/03 15:57:56 marcus Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.89 2008/02/03 16:45:27 marcus Exp $ # PORTNAME= evince PORTVERSION= 2.21.90 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -27,10 +27,11 @@ USE_XLIB= yes USE_GMAKE= yes USE_GHOSTSCRIPT=yes INSTALLS_OMF= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui libgnomeprintui \ - desktopfileutils gnomedocutils +USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui desktopfileutils \ + gnomedocutils CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --with-print=gtk GCONF_SCHEMAS= evince.schemas evince-thumbnailer.schemas \ evince-thumbnailer-ps.schemas @@ -113,7 +114,7 @@ PLIST_SUB+= COMICS="@comment " .endif post-patch: - @${REINPLACE_CMD} -e 's|execinfo.h|#|g' \ + @${REINPLACE_CMD} -e 's|execinfo.h|#|g ; s|libgnomeprintui|disable|g' \ ${WRKSRC}/configure post-install: |