From e0c94fddfd4302ceea5cbf90d0f179e67e90dcd4 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 13 Mar 2004 18:01:33 +0000 Subject: Correct a typo that prevented thread support from being enabled. Submitted by: Davide D'Amico --- x11-toolkits/py-gtk2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index 1bfae42d0113..289f7decedeb 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -6,6 +6,7 @@ PORTNAME= gtk PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits python MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/pygtk/2.2 @@ -33,7 +34,7 @@ CONFLICTS= py*-gtk-0* # Use the same way as the Python port to determine if we want # threading support. # -LIBC_R!= /sbin/ldconfig -r | grep "c_r|pthread" || true +LIBC_R!= /sbin/ldconfig -r | grep "c_r\|pthread" || true .if (${LIBC_R} != "") && !defined(WITHOUT_THREADS) CONFIGURE_ARGS+= --enable-thread CFLAGS+= ${PTHREAD_CFLAGS} -- cgit v1.2.3