diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-29 14:21:00 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-29 14:21:00 +0000 |
commit | 4006c97909d387cade41f4855a1cf1d9aa172432 (patch) | |
tree | 559a13855349d281931d987104fd77fc74c7233a /x11-toolkits | |
parent | 43debc4487381668cce36d2b3d0acacfb2def5e7 (diff) | |
download | ports-4006c97909d387cade41f4855a1cf1d9aa172432.tar.gz ports-4006c97909d387cade41f4855a1cf1d9aa172432.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-qt/Makefile | 3 |
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 | \ |