diff options
Diffstat (limited to 'polish/kadu/Makefile')
-rw-r--r-- | polish/kadu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index 747b038dbe45..4f66f4369d94 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -36,8 +36,8 @@ USE_GMAKE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-existing-libgadu="${LOCALBASE}" \ - --with-includes="${LOCALBASE}/include ${X11BASE}/include" \ - --with-libs="${LOCALBASE}/lib ${X11BASE}/lib" \ + --with-includes="${LOCALBASE}/include" \ + --with-libs="${LOCALBASE}/lib" \ --program-transform-name='' \ --disable-autodownload CONFIGURE_ENV= QTDIR="${QT_PREFIX}" |