diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-08 20:54:09 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-08 20:54:09 +0000 |
commit | 78aba9eb1e9a154aa9064281ffcba560f62b2cd9 (patch) | |
tree | b9c8ac7854b31afc9a1f0b08a3f02b300ebc6554 | |
parent | - Update to 0.92 (diff) |
Fix build without imake.
Pointed out by: dosirak via kris, while testing X.Org upgrade
Approved by: maintainer
-rw-r--r-- | chinese/qterm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/qterm/Makefile b/chinese/qterm/Makefile index 6f680a2822be..54345c24ff6a 100644 --- a/chinese/qterm/Makefile +++ b/chinese/qterm/Makefile @@ -18,7 +18,8 @@ COMMENT= QTerm is a BBS client in Unix USE_QT_VER= 3 HAS_CONFIGURE= yes USE_REINPLACE= yes -CONFIGURE_ARGS= --enable-mt --prefix=${PREFIX} +CONFIGURE_ARGS= --enable-mt --prefix=${PREFIX} \ + --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include .if !defined(WITHOUT_PYTHON) USE_PYTHON= -2.3 |