diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-14 00:38:12 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-14 00:38:12 +0800 |
commit | ec2bceb04ec96d52f0ecf8acff751630a91f6c9b (patch) | |
tree | 8d4428d1591caa1d379d617a581da253482a42ed /graphics | |
parent | f9fb335367306692bbe4e0debf7d1cd0154dbb39 (diff) | |
download | marcuscom-ports-ec2bceb04ec96d52f0ecf8acff751630a91f6c9b.tar marcuscom-ports-ec2bceb04ec96d52f0ecf8acff751630a91f6c9b.tar.gz marcuscom-ports-ec2bceb04ec96d52f0ecf8acff751630a91f6c9b.tar.bz2 marcuscom-ports-ec2bceb04ec96d52f0ecf8acff751630a91f6c9b.tar.lz marcuscom-ports-ec2bceb04ec96d52f0ecf8acff751630a91f6c9b.tar.xz marcuscom-ports-ec2bceb04ec96d52f0ecf8acff751630a91f6c9b.tar.zst marcuscom-ports-ec2bceb04ec96d52f0ecf8acff751630a91f6c9b.zip |
Use print/libspectre now
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10732 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evince/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 56b05cb61..74a47c54c 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.93 2008/02/26 18:37:19 ahze Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.94 2008/03/10 23:37:15 ahze Exp $ # PORTNAME= evince PORTVERSION= 2.22.0 +PORTREVISION= 1 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -15,7 +16,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 multi-format document viewer -LIB_DEPENDS= poppler-glib.2:${PORTSDIR}/graphics/poppler-gtk +LIB_DEPENDS= poppler-glib.2:${PORTSDIR}/graphics/poppler-gtk \ + spectre.1:${PORTSDIR}/print/libspectre USE_LDCONFIG= yes USE_BZIP2= yes @@ -24,7 +26,6 @@ INSTALLS_ICONS= yes USE_GETTEXT= yes USE_XLIB= yes USE_GMAKE= yes -USE_GHOSTSCRIPT=yes INSTALLS_OMF= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui desktopfileutils \ gnomedocutils |