diff options
-rw-r--r-- | x11-themes/polymer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/polymer/Makefile b/x11-themes/polymer/Makefile index d0a0b233dbab..2471f9756b27 100644 --- a/x11-themes/polymer/Makefile +++ b/x11-themes/polymer/Makefile @@ -17,8 +17,6 @@ COMMENT= Qt port of Plastik KDE theme BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake -BROKEN= Configure fails - USE_X_PREFIX= yes USE_BZIP2= yes USE_AUTOTOOLS= autoheader:259 @@ -28,6 +26,8 @@ INSTALLS_SHLIB= yes MAKE_ARGS+= QTDIR=${X11BASE} \ QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \ QMAKE=${LOCALBASE}/bin/qmake +CONFIGURE_ENV+= THREAD_CFLAGS="${PTHREAD_CFLAGS}" \ + THREAD_LIBS="${PTHREAD_LIBS}" QTSTYLESDIR= ${PREFIX}/lib/plugins/styles |