summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.kde.mk1
-rw-r--r--Mk/bsd.kde4.mk1
-rw-r--r--x11/kde3/Makefile.kde2
-rw-r--r--x11/kde4/Makefile.kde2
4 files changed, 2 insertions, 4 deletions
diff --git a/Mk/bsd.kde.mk b/Mk/bsd.kde.mk
index 67e0f3d..488ca76 100644
--- a/Mk/bsd.kde.mk
+++ b/Mk/bsd.kde.mk
@@ -60,6 +60,7 @@ USE_KDELIBS_VER=2
# USE_KDELIBS_VER section
.if defined(USE_KDELIBS_VER)
+CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}"
.if ${USE_KDELIBS_VER} == CVS
LIB_DEPENDS+= kwalletbackend:${PORTSDIR}/x11/kdelibs
USE_QT_VER= CVS
diff --git a/Mk/bsd.kde4.mk b/Mk/bsd.kde4.mk
index 67e0f3d..488ca76 100644
--- a/Mk/bsd.kde4.mk
+++ b/Mk/bsd.kde4.mk
@@ -60,6 +60,7 @@ USE_KDELIBS_VER=2
# USE_KDELIBS_VER section
.if defined(USE_KDELIBS_VER)
+CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}"
.if ${USE_KDELIBS_VER} == CVS
LIB_DEPENDS+= kwalletbackend:${PORTSDIR}/x11/kdelibs
USE_QT_VER= CVS
diff --git a/x11/kde3/Makefile.kde b/x11/kde3/Makefile.kde
index 8d73f78..1762d24 100644
--- a/x11/kde3/Makefile.kde
+++ b/x11/kde3/Makefile.kde
@@ -37,8 +37,6 @@ post-extract:
# Unfortunately, this feature doesn't work right now due to binary files.
_NO_KDE_PATCHUP=yes
-CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}"
-
# Start options here.
.if !defined(_NO_KDE_PATCHUP)
.if !defined(KDE_PATCHFROM_VER)
diff --git a/x11/kde4/Makefile.kde b/x11/kde4/Makefile.kde
index 8d73f78..1762d24 100644
--- a/x11/kde4/Makefile.kde
+++ b/x11/kde4/Makefile.kde
@@ -37,8 +37,6 @@ post-extract:
# Unfortunately, this feature doesn't work right now due to binary files.
_NO_KDE_PATCHUP=yes
-CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}"
-
# Start options here.
.if !defined(_NO_KDE_PATCHUP)
.if !defined(KDE_PATCHFROM_VER)
OpenPOWER on IntegriCloud