diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-03-30 09:26:16 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-03-30 09:26:16 +0000 |
commit | c354edd3cd8f556f26d49dc80733f881e0b5c473 (patch) | |
tree | ff6482c0981d31c2b439cac9eca38188ae866c55 /graphics/cairo | |
parent | 8dda8f06de2ef3e34d33ec6b0522e4d973d4b45c (diff) | |
download | ports-c354edd3cd8f556f26d49dc80733f881e0b5c473.tar.gz ports-c354edd3cd8f556f26d49dc80733f881e0b5c473.zip |
Notes
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 1fdb0a986df8..a0e59fae355a 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -8,7 +8,7 @@ PORTNAME= cairo PORTVERSION= 1.10.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH?= 1 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -73,6 +73,7 @@ PLIST_SUB+= XCB="@comment " .if defined(WITH_GLIB) USE_GNOME+= glib20 +PLIST_SUB+= GLIB="" .else CONFIGURE_ARGS+= --enable-gobject=no PLIST_SUB+= GLIB="@comment " |