diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-25 06:01:47 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-25 06:01:47 +0800 |
commit | c3ae07ee65e373149090e33e9ceef1bba72e34d2 (patch) | |
tree | e819844fe603247af9df0529881f07e4c87b66f9 /graphics | |
parent | 3919ad3c67c1613bfb470d491acf3a9564beab5b (diff) | |
download | marcuscom-ports-c3ae07ee65e373149090e33e9ceef1bba72e34d2.tar marcuscom-ports-c3ae07ee65e373149090e33e9ceef1bba72e34d2.tar.gz marcuscom-ports-c3ae07ee65e373149090e33e9ceef1bba72e34d2.tar.bz2 marcuscom-ports-c3ae07ee65e373149090e33e9ceef1bba72e34d2.tar.lz marcuscom-ports-c3ae07ee65e373149090e33e9ceef1bba72e34d2.tar.xz marcuscom-ports-c3ae07ee65e373149090e33e9ceef1bba72e34d2.tar.zst marcuscom-ports-c3ae07ee65e373149090e33e9ceef1bba72e34d2.zip |
- Enable PDF & PS backends for evince
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4624 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cairo/Makefile | 7 | ||||
-rw-r--r-- | graphics/cairo/pkg-plist | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index f432cabd9..75592fcdd 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -3,11 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/cairo/Makefile,v 1.24 2005/08/19 01:47:09 ahze Exp $ +# $MCom: ports/graphics/cairo/Makefile,v 1.25 2005/08/24 21:58:25 ahze Exp $ # PORTNAME= cairo PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -18,7 +19,9 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ png.5:${PORTSDIR}/graphics/png \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig -CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} +CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ + --enable-pdf \ + --enable-ps USE_GNOME= gnometarget gnomehack ltverhack USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes diff --git a/graphics/cairo/pkg-plist b/graphics/cairo/pkg-plist index 73cae213a..437d0b55b 100644 --- a/graphics/cairo/pkg-plist +++ b/graphics/cairo/pkg-plist @@ -1,6 +1,8 @@ include/cairo/cairo-features.h include/cairo/cairo-ft.h %%GLITZ%%include/cairo/cairo-glitz.h +include/cairo/cairo-pdf.h +include/cairo/cairo-ps.h %%X11%%include/cairo/cairo-xlib-xrender.h %%X11%%include/cairo/cairo-xlib.h include/cairo/cairo.h |