summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gtk2/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-24 19:37:43 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-24 19:37:43 +0000
commit0ae327316befbab743485040abeca00aa9b31439 (patch)
treea4ccf69d55299b5301757b9646b86e3cfed1e46e /x11-toolkits/py-gtk2/Makefile
parentUpdate squirrelmail* to 20150324, and clean up permission/owner handling in (diff)
3 ports categories: Remove $PTHREAD_LIBS
Categories: editors, x11, x11-toolkits approved by: PTHREAD blanket
Notes
Notes: svn path=/head/; revision=382163
Diffstat (limited to 'x11-toolkits/py-gtk2/Makefile')
-rw-r--r--x11-toolkits/py-gtk2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile
index 0190e1cf0122..2e996e1513ab 100644
--- a/x11-toolkits/py-gtk2/Makefile
+++ b/x11-toolkits/py-gtk2/Makefile
@@ -52,8 +52,7 @@ CONFIGURE_ARGS+=--disable-numpy
#
.if !defined(WITHOUT_THREADS)
CONFIGURE_ARGS+= --enable-thread
-CFLAGS+= ${PTHREAD_CFLAGS}
-LDFLAGS+= ${PTHREAD_LIBS}
+LDFLAGS+= -lpthread
.else
CONFIGURE_ARGS+= --disable-thread
.endif