svn commit: r314662 - head/graphics/cairo

Jeremy Messenger mezz at FreeBSD.org
Tue Mar 19 16:15:34 UTC 2013


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 at 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
 


More information about the svn-ports-all mailing list