aboutsummaryrefslogtreecommitdiff
path: root/x11/pixman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/pixman/Makefile')
-rw-r--r--x11/pixman/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile
index ea5530f224bf..33f83dc90612 100644
--- a/x11/pixman/Makefile
+++ b/x11/pixman/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pixman
-PORTVERSION= 0.24.0
+PORTVERSION= 0.24.2
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
@@ -16,6 +16,7 @@ XORG_CAT= lib
USE_AUTOTOOLS= libtool
USE_PERL5_BUILD=yes
USE_GNOME= ltverhack:9
+CONFIGURE_ARGS= --disable-gtk
OPTIONS= SIMD "Enable SIMD features autodetection (MMX, SSE2, VMX)" off
@@ -31,8 +32,4 @@ CONFIGURE_ARGS+= --disable-sse2
. endif
.endif
-post-patch:
- @${REINPLACE_CMD} -e 's|gtk+-2\.0|disable-gtk|g' \
- ${WRKSRC}/configure
-
.include <bsd.port.post.mk>