Date: Tue, 19 Mar 2013 16:15:33 +0000 (UTC) From: Jeremy Messenger <mezz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314662 - head/graphics/cairo Message-ID: <201303191615.r2JGFXhW051720@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mezz Date: Tue Mar 19 16:15:33 2013 New Revision: 314662 URL: http://svnweb.freebsd.org/changeset/ports/314662 Log: - Remove the gobject enable flag in the global since there is an option to disable it. - gnomehack -> USES=pathfix Modified: head/graphics/cairo/Makefile Modified: head/graphics/cairo/Makefile ============================================================================== --- head/graphics/cairo/Makefile Tue Mar 19 16:07:45 2013 (r314661) +++ head/graphics/cairo/Makefile Tue Mar 19 16:15:33 2013 (r314662) @@ -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}/prin 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303191615.r2JGFXhW051720>