diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-17 13:59:13 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-17 13:59:13 +0800 |
commit | ba3ec69463f57d7326767a3a7382c14fe0b71224 (patch) | |
tree | e163d0713ca66bbc6374593e541c29b50b1d9c82 /graphics/cairo/Makefile | |
parent | bfdc4d7f373e20fa5ade74620d054e2aa1313f77 (diff) | |
download | marcuscom-ports-ba3ec69463f57d7326767a3a7382c14fe0b71224.tar marcuscom-ports-ba3ec69463f57d7326767a3a7382c14fe0b71224.tar.gz marcuscom-ports-ba3ec69463f57d7326767a3a7382c14fe0b71224.tar.bz2 marcuscom-ports-ba3ec69463f57d7326767a3a7382c14fe0b71224.tar.lz marcuscom-ports-ba3ec69463f57d7326767a3a7382c14fe0b71224.tar.xz marcuscom-ports-ba3ec69463f57d7326767a3a7382c14fe0b71224.tar.zst marcuscom-ports-ba3ec69463f57d7326767a3a7382c14fe0b71224.zip |
Update to 1.1.10.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6458 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/cairo/Makefile')
-rw-r--r-- | graphics/cairo/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 3d5ee759a..354f18876 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -3,12 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/cairo/Makefile,v 1.40 2006/06/14 16:52:11 ahze Exp $ +# $MCom: ports/graphics/cairo/Makefile,v 1.41 2006/06/15 16:45:56 ahze Exp $ # PORTNAME= cairo -PORTVERSION= 1.1.8 -PORTREVISION?= 1 +PORTVERSION= 1.1.10 +PORTREVISION?= 0 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ @@ -24,7 +24,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ --enable-pdf \ --enable-ps -USE_GNOME= gnometarget gnomehack ltverhack libxml2 referencehack +USE_GNOME= gnometarget gnomehack ltverhack referencehack USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes |