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 | e03d8bda2e6137a0d5566aa00ea94e66bb5d5ade (patch) | |
tree | 91bf0ad3ba5b1fd3f29ae7994d81367bf32e930d /lang/tcl-otcl | |
parent | 1f21019a012e62ce0664f88bd1d3d77301f769d6 (diff) | |
download | pkgsrc-e03d8bda2e6137a0d5566aa00ea94e66bb5d5ade.tar.gz |
Needs libXt for configure.
Diffstat (limited to 'lang/tcl-otcl')
-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} |