aboutsummaryrefslogtreecommitdiff
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
parent43debc4487381668cce36d2b3d0acacfb2def5e7 (diff)
downloadports-4006c97909d387cade41f4855a1cf1d9aa172432.tar.gz
ports-4006c97909d387cade41f4855a1cf1d9aa172432.zip
Notes
-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 | \