From 10a13639716165ef45cf100c46621892a57e781f Mon Sep 17 00:00:00 2001 From: flz Date: Sat, 15 Sep 2007 13:58:26 +0000 Subject: Disable dependency on gtk20. Submitted by: mezz --- x11/pixman/Makefile | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'x11') 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 +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 +.include -- cgit