summaryrefslogtreecommitdiff
path: root/x11/yakuake/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/yakuake/Makefile')
-rw-r--r--x11/yakuake/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/yakuake/Makefile b/x11/yakuake/Makefile
index 5448f4b4dedf..7469b72505a8 100644
--- a/x11/yakuake/Makefile
+++ b/x11/yakuake/Makefile
@@ -20,6 +20,6 @@ USE_KDEBASE_VER=3
USE_GMAKE= yes
USE_GETTEXT= yes
-CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS}"
+LDFLAGS+= ${PTHREAD_LIBS}
.include <bsd.port.mk>