diff options
Diffstat (limited to '')
-rw-r--r-- | x11/pixman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index 92622dd7a242..4691d48a2660 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -7,7 +7,7 @@ PORTNAME= pixman PORTVERSION= 0.9.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -17,6 +17,6 @@ XORG_CAT= lib post-patch: @${REINPLACE_CMD} -e 's|gtk+-2\.0|disable-gtk|g' \ - ${WRKSRC}/configure + -e 's|-msse||' ${WRKSRC}/configure .include <bsd.port.mk> |