diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-02 21:51:03 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-02 21:51:03 +0000 |
commit | f4bd91ce94f511559d5c8c0f8adde9b4d42780b4 (patch) | |
tree | bbe81467c2ce2bada8edc2df39d5fbf08b22fad2 /x11-toolkits | |
parent | 72efb34f6262e1c3c57a9dfb6e19fdcc95ee88f8 (diff) | |
download | ports-f4bd91ce94f511559d5c8c0f8adde9b4d42780b4.tar.gz ports-f4bd91ce94f511559d5c8c0f8adde9b4d42780b4.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/blt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile index e42742947dff..dec9dd59dfba 100644 --- a/x11-toolkits/blt/Makefile +++ b/x11-toolkits/blt/Makefile @@ -33,7 +33,9 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-tcllibs=${LOCALBASE}/lib/ \ --with-tklibs=${LOCALBASE}/lib/ \ --with-tclincls=${LOCALBASE}/include/tcl${TK_VER} \ - --with-tkincls=${LOCALBASE}/include/tk${TK_VER} + --with-tkincls=${LOCALBASE}/include/tk${TK_VER} \ + --x-libraries=${X11BASE}/lib \ + --x-includes=${X11BASE}/include INSTALLS_SHLIB= yes TK_VER?= 8.4 |