diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-09-15 13:58:26 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-09-15 13:58:26 +0000 |
commit | 64f33a0585a7d9d2d7f2d54303a5f3b05d23a68a (patch) | |
tree | 2c1fd0f00dce65afc4d30d67c03638bc3ad01502 /x11/pixman | |
parent | ff6e8a147c948f72dd82ce057f5fb8cb7bf9ef7b (diff) | |
download | ports-64f33a0585a7d9d2d7f2d54303a5f3b05d23a68a.tar.gz ports-64f33a0585a7d9d2d7f2d54303a5f3b05d23a68a.zip |
Notes
Diffstat (limited to 'x11/pixman')
-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> |