diff options
author | mezz <mezz@FreeBSD.org> | 2013-03-20 00:15:33 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2013-03-20 00:15:33 +0800 |
commit | 4c69e3324ddba64426e6a536ddebbea314a9f698 (patch) | |
tree | 21211d3055494ae2eec06d6a3f9de764df416e6f /graphics/cairo | |
parent | d8d416edb7b773ef4de08f3923e8b15c3637498e (diff) | |
download | freebsd-ports-gnome-4c69e3324ddba64426e6a536ddebbea314a9f698.tar.gz freebsd-ports-gnome-4c69e3324ddba64426e6a536ddebbea314a9f698.tar.zst freebsd-ports-gnome-4c69e3324ddba64426e6a536ddebbea314a9f698.zip |
- Remove the gobject enable flag in the global since there is an option to
disable it.
- gnomehack -> USES=pathfix
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/Makefile | 7 |
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 |