diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2013-03-19 16:15:33 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2013-03-19 16:15:33 +0000 |
commit | 0d00ac1c4962ac02489c385780657b4fe9ae0ad6 (patch) | |
tree | 21211d3055494ae2eec06d6a3f9de764df416e6f /graphics/cairo/Makefile | |
parent | 998e458a275abb01f8c7d1ccd2bf5fa5ee422d4f (diff) | |
download | ports-0d00ac1c4962ac02489c385780657b4fe9ae0ad6.tar.gz ports-0d00ac1c4962ac02489c385780657b4fe9ae0ad6.zip |
Notes
Diffstat (limited to 'graphics/cairo/Makefile')
-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 |