diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-04 22:42:39 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-04 22:42:39 +0800 |
commit | bfb2c5f871d98537cb1432b2ce86c1c2856cc0c7 (patch) | |
tree | 3b41e392d5868b581d72898bebf022328e970702 /graphics | |
parent | 2de69b9c5a324e55d658b2bdeb010d15c5d1f67c (diff) | |
download | marcuscom-ports-bfb2c5f871d98537cb1432b2ce86c1c2856cc0c7.tar marcuscom-ports-bfb2c5f871d98537cb1432b2ce86c1c2856cc0c7.tar.gz marcuscom-ports-bfb2c5f871d98537cb1432b2ce86c1c2856cc0c7.tar.bz2 marcuscom-ports-bfb2c5f871d98537cb1432b2ce86c1c2856cc0c7.tar.lz marcuscom-ports-bfb2c5f871d98537cb1432b2ce86c1c2856cc0c7.tar.xz marcuscom-ports-bfb2c5f871d98537cb1432b2ce86c1c2856cc0c7.tar.zst marcuscom-ports-bfb2c5f871d98537cb1432b2ce86c1c2856cc0c7.zip |
- Depend on libxml2
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6211 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cairo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 121602b7a..ca0691bd9 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.33 2006/05/04 01:52:42 ahze Exp $ +# $MCom: ports/graphics/cairo/Makefile,v 1.34 2006/05/04 10:28:14 ahze Exp $ # PORTNAME= cairo PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ @@ -21,7 +22,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ --enable-pdf \ --enable-ps -USE_GNOME= gnometarget gnomehack ltverhack +USE_GNOME= gnometarget gnomehack ltverhack libxml2 USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes |