summaryrefslogtreecommitdiff
path: root/polish
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-11-01 13:26:31 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-11-01 13:26:31 +0000
commitbf4b5c6c03442c9948641bc5e22bc8c403d82151 (patch)
tree0894d385f2da24a20a054c3b01469908b5136451 /polish
parentUpdate to 0.4.0. (diff)
Respect LOCALBASE and X11BASE.
PR: ports/88280 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=146908
Diffstat (limited to 'polish')
-rw-r--r--polish/kadu/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile
index 3fd9007b4654..35739ce8c228 100644
--- a/polish/kadu/Makefile
+++ b/polish/kadu/Makefile
@@ -23,6 +23,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" \
--program-transform-name=''
CONFIGURE_ENV= QTDIR="${QT_PREFIX}"