diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-08 17:51:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-08 17:51:55 +0000 |
commit | e12c7395c3d5f53b2d5cfb01ce9a78d1d3d15725 (patch) | |
tree | 91bf0ad3ba5b1fd3f29ae7994d81367bf32e930d /lang | |
parent | 7e03da02448740efb258cc0bc47497ee36c0fb73 (diff) | |
download | pkgsrc-e12c7395c3d5f53b2d5cfb01ce9a78d1d3d15725.tar.gz |
Needs libXt for configure.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl-otcl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/tcl-otcl/Makefile b/lang/tcl-otcl/Makefile index 77fea28da53..3c3499c78dd 100644 --- a/lang/tcl-otcl/Makefile +++ b/lang/tcl-otcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/09/29 16:28:55 minskim Exp $ +# $NetBSD: Makefile,v 1.19 2007/01/08 17:51:55 joerg Exp $ DISTNAME= otcl-src-1.12 PKGNAME= tcl-${DISTNAME:S/-src//} @@ -27,8 +27,11 @@ DOCDIR= ${PREFIX}/share/doc/tcl/otcl INSTALLATION_DIRS= bin include lib +BUILDLINK_DEPMETHOD.libXt?= build + .include "../../lang/tcl/buildlink3.mk" .include "../../x11/tk/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" post-install: ${INSTALL_DATA_DIR} ${DOCDIR} |