summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-qt
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-01-29 14:21:00 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-01-29 14:21:00 +0000
commit4006c97909d387cade41f4855a1cf1d9aa172432 (patch)
tree559a13855349d281931d987104fd77fc74c7233a /x11-toolkits/py-qt
parentupdate to 1.47. (diff)
Tell configure script proper place where libqt installed in.
This patch prevent the script not to confuse libqthreads as libqt. libqthreads is part of lang/guile, not QT. PR: 23186 Submitted by: Donald J . Maddox <dmaddox@sc.rr.com>
Notes
Notes: svn path=/head/; revision=37747
Diffstat (limited to 'x11-toolkits/py-qt')
-rw-r--r--x11-toolkits/py-qt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/py-qt/Makefile b/x11-toolkits/py-qt/Makefile
index 5c729dce49b7..c56b33992e6b 100644
--- a/x11-toolkits/py-qt/Makefile
+++ b/x11-toolkits/py-qt/Makefile
@@ -20,7 +20,8 @@ USE_LIBTOOL= yes
USE_GMAKE= yes
CONFIGURE_ENV= LDFLAGS=-lgcc \
SIP_MOC="${X11BASE}/bin/moc2"
-CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/qt2
+CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/qt2 \
+ --with-qt-libraries=${X11BASE}/lib
pre-patch:
@find ${WRKSRC} -name Makefile.in | \