diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-17 01:16:41 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-17 01:16:41 +0800 |
commit | 383b650352848eaacb153415cd9869a99cfb396e (patch) | |
tree | d8237609d03327dcfc4083aa06e86581db6c61f4 /graphics/evince | |
parent | 143bf5aee35b6ea1d39b89c510c48e7095c02f95 (diff) | |
download | marcuscom-ports-383b650352848eaacb153415cd9869a99cfb396e.tar marcuscom-ports-383b650352848eaacb153415cd9869a99cfb396e.tar.gz marcuscom-ports-383b650352848eaacb153415cd9869a99cfb396e.tar.bz2 marcuscom-ports-383b650352848eaacb153415cd9869a99cfb396e.tar.lz marcuscom-ports-383b650352848eaacb153415cd9869a99cfb396e.tar.xz marcuscom-ports-383b650352848eaacb153415cd9869a99cfb396e.tar.zst marcuscom-ports-383b650352848eaacb153415cd9869a99cfb396e.zip |
Add missing dependencies on dbus and gnomedocutils.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4508 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/evince')
-rw-r--r-- | graphics/evince/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index e6f03cf03..b38367682 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,11 +3,12 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.18 2005/07/04 00:11:28 marcus Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.19 2005/08/16 15:25:01 ahze Exp $ # PORTNAME= evince PORTVERSION= 0.3.3 +PORTREVISION= 1 CATEGORIES= graphics print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.3 @@ -15,7 +16,8 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.3 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 multi-format document viewer -LIB_DEPENDS= poppler.0:${PORTSDIR}/graphics/poppler +LIB_DEPENDS= poppler.0:${PORTSDIR}/graphics/poppler \ + dbus-glib-1.1:${PORTSDIR}/devel/dbus USE_BZIP2= yes USE_AUTOTOOLS= libtool:15 @@ -24,7 +26,7 @@ USE_GMAKE= yes USE_GHOSTSCRIPT=yes INSTALLS_OMF= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui libgnomeprintui \ - desktopfileutils + desktopfileutils gnomedocutils CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" |