[Lunar-commits] <moonbase> tk: install private headers, so addons can be built

Zachary McGrew zmcgrew at lunar-linux.org
Wed Aug 6 08:36:14 CEST 2008


commit c0bdebc15a02d170cf47fdfeb84df163e97cc693
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Tue Aug 5 23:36:14 2008 -0700

    tk: install private headers, so addons can be built
---
 devel/tk/BUILD |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/devel/tk/BUILD b/devel/tk/BUILD
index e05edb5..c24b0ba 100644
--- a/devel/tk/BUILD
+++ b/devel/tk/BUILD
@@ -24,6 +24,7 @@
               --mandir=/usr/share/man    \
         --with-tcl=../tcl$VERSION/unix  &&
   default_make                          &&
+  make install-private-headers          &&
 
   ln -sf wish${TK_VER} /usr/bin/wish
 


More information about the Lunar-commits mailing list