diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-03-15 21:37:02 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-03-15 21:37:02 +0000 |
commit | 172e98d3018b195ecc5fbd1b1759d8281a18d2f4 (patch) | |
tree | 3a233f4f277b36b70dc061ab6aff498bb535d7a2 /graphics/cairo/Makefile | |
parent | acc6cfc8a8a04be5b887bb098172c22ef9e40f0d (diff) | |
download | ports-172e98d3018b195ecc5fbd1b1759d8281a18d2f4.tar.gz ports-172e98d3018b195ecc5fbd1b1759d8281a18d2f4.zip |
Notes
Diffstat (limited to 'graphics/cairo/Makefile')
-rw-r--r-- | graphics/cairo/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index daa130ab289f..31bbf3d38fae 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -7,10 +7,11 @@ # PORTNAME= cairo -PORTVERSION= 1.0.2 -PORTREVISION= 2 +PORTVERSION= 1.0.4 CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/releases/ +MASTER_SITES= http://cairographics.org/releases/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ahze MAINTAINER= gnome@FreeBSD.org COMMENT= Vector graphics library with cross-device output support @@ -23,7 +24,7 @@ CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ --enable-pdf \ --enable-ps USE_GNOME= gnometarget gnomehack ltverhack -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" \ |