diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-11-01 21:26:31 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-11-01 21:26:31 +0800 |
commit | 683ef39ba8b884897d08b5486154d0ab799ad23b (patch) | |
tree | f6863ce7e08850937c508ea29e12d70463473fdf /polish/kadu | |
parent | ae8de6e400dcf76d527778c5043caa087390853e (diff) | |
download | freebsd-ports-gnome-683ef39ba8b884897d08b5486154d0ab799ad23b.tar.gz freebsd-ports-gnome-683ef39ba8b884897d08b5486154d0ab799ad23b.tar.zst freebsd-ports-gnome-683ef39ba8b884897d08b5486154d0ab799ad23b.zip |
Respect LOCALBASE and X11BASE.
PR: ports/88280
Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (maintainer)
Diffstat (limited to 'polish/kadu')
-rw-r--r-- | polish/kadu/Makefile | 2 |
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}" |