diff options
-rw-r--r-- | x11/pixman/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index 1baed2fa95cb..92622dd7a242 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -7,19 +7,16 @@ PORTNAME= pixman PORTVERSION= 0.9.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Low-level pixel manipulation library XORG_CAT= lib -WANT_GNOME= yes -.include <bsd.port.pre.mk> +post-patch: + @${REINPLACE_CMD} -e 's|gtk+-2\.0|disable-gtk|g' \ + ${WRKSRC}/configure -.if ${HAVE_GNOME:Mgtk20} != "" || defined(WITH_GTK2) -USE_GNOME+= gtk20 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |