aboutsummaryrefslogtreecommitdiff
path: root/graphics/cairo
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2013-03-19 16:15:33 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2013-03-19 16:15:33 +0000
commit0d00ac1c4962ac02489c385780657b4fe9ae0ad6 (patch)
tree21211d3055494ae2eec06d6a3f9de764df416e6f /graphics/cairo
parent998e458a275abb01f8c7d1ccd2bf5fa5ee422d4f (diff)
downloadports-0d00ac1c4962ac02489c385780657b4fe9ae0ad6.tar.gz
ports-0d00ac1c4962ac02489c385780657b4fe9ae0ad6.zip
- Remove the gobject enable flag in the global since there is an option to
disable it. - gnomehack -> USES=pathfix
Notes
Notes: svn path=/head/; revision=314662
Diffstat (limited to 'graphics/cairo')
-rw-r--r--graphics/cairo/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
index ebcdb0b033b1..c7380c3f0d19 100644
--- a/graphics/cairo/Makefile
+++ b/graphics/cairo/Makefile
@@ -8,7 +8,6 @@ PORTREVISION= 5
PORTEPOCH?= 2
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/releases/
-#MASTER_SITES= http://cairographics.org/snapshots/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Vector graphics library with cross-device output support
@@ -22,9 +21,9 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \
--disable-directfb \
- --enable-tee \
- --enable-gobject
-USE_GNOME= gnomehack ltverhack referencehack
+ --enable-tee
+USES= pathfix
+USE_GNOME= ltverhack referencehack
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes