diff options
author | flz <flz@FreeBSD.org> | 2007-09-15 21:58:26 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-09-15 21:58:26 +0800 |
commit | 10a13639716165ef45cf100c46621892a57e781f (patch) | |
tree | 1429173065f8d0e715ce8776dee2957dc893d8e1 /x11 | |
parent | 5e5c2707f87a29fbbf66cd20c897c3ff171e092c (diff) | |
download | freebsd-ports-gnome-10a13639716165ef45cf100c46621892a57e781f.tar.gz freebsd-ports-gnome-10a13639716165ef45cf100c46621892a57e781f.tar.zst freebsd-ports-gnome-10a13639716165ef45cf100c46621892a57e781f.zip |
Disable dependency on gtk20.
Submitted by: mezz
Diffstat (limited to 'x11')
-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> |